Browse Source

desk: fix full-width footer — scope .desk card rule to .row.desk

.desk { background/padding:50px/box-shadow } was the content-row 'card' styling
but the bare .desk selector also matched body.desk, padding the <body> 50px.
Since footer-home (#dw-footer, direct body child on classic pages) is width:100%,
it resolved to the padded body content width (1180px) instead of full width.
Scoped the rule to .row.desk so only the content row gets the card.
windhamdavid 1 week ago
parent
commit
85e1329a72
2 changed files with 1 additions and 1 deletions
  1. 1 1
      style.css
  2. 0 0
      v4-style.min.css

+ 1 - 1
style.css

@@ -993,7 +993,7 @@ body.art .site-title a {
 /*============================================
 		Desk
 ==============================================*/
-.desk {
+.row.desk {
 	background:#ffffff;
 	padding:50px;
 	box-shadow:0 0 5px rgba(0,0,0,.1)

File diff suppressed because it is too large
+ 0 - 0
v4-style.min.css


Some files were not shown because too many files changed in this diff