Browse Source

Swap heading and body styles

master
Dylan Baker 3 years ago
parent
commit
f755293986
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 {
67 72
         background: white;
68 73
         border: 1px solid #383e37;
69 74
         margin: 1em 0;
70 75
         padding: 0.25em;
71 76
       }
72 77
 
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