Browse Source

desk: align .row.desk card to page template (96px padding, 6px radius, no shadow)

windhamdavid 1 week ago
parent
commit
7ad9fdef9a
2 changed files with 2 additions and 2 deletions
  1. 2 2
      style.css
  2. 0 0
      v4-style.min.css

+ 2 - 2
style.css

@@ -992,8 +992,8 @@ body.art .site-title a {
 ==============================================*/
 ==============================================*/
 .row.desk {
 .row.desk {
 	background:#dadada;
 	background:#dadada;
-	padding:50px;
-	box-shadow:0 0 5px rgba(0,0,0,.1)
+	padding:96px; /* match the block pages' .entry-content card (1in APA margins) */
+	border-radius:6px;
 }
 }
 .desk li {
 .desk li {
   color: #777
   color: #777

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