Ver código fonte

Swap heading and body styles

master
Dylan Baker 3 anos atrás
pai
commit
f755293986
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5
    5
      templates/layout.html

+ 5
- 5
templates/layout.html Ver arquivo

@@ -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;

Carregando…
Cancelar
Salvar