瀏覽代碼

Swap heading and body styles

master
Dylan Baker 3 年之前
父節點
當前提交
f755293986
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5
    5
      templates/layout.html

+ 5
- 5
templates/layout.html 查看文件

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

Loading…
取消
儲存