Browse Source

Revert "Swap heading and body styles"

This reverts commit f755293986.
master
Dylan Baker 3 years ago
parent
commit
7ba53fdbea
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      templates/layout.html

+ 5
- 5
templates/layout.html View File

@@ -64,17 +64,17 @@
64 64
       }
65 65
 
66 66
       .post__heading {
67
-        font-size: 12px;
68
-        font-style: italic;
69
-      }
70
-
71
-      .post__body {
72 67
         background: white;
73 68
         border: 1px solid #383e37;
74 69
         margin: 1em 0;
75 70
         padding: 0.25em;
76 71
       }
77 72
 
73
+      .post__heading {
74
+        font-size: 12px;
75
+        font-style: italic;
76
+      }
77
+
78 78
       .post__heading::before {
79 79
         content: ':: ';
80 80
         font-style: normal;

Loading…
Cancel
Save