瀏覽代碼

set margin bottom for h2

tags/0.9.0
Alej 4 年之前
父節點
當前提交
94daded62e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      vue-theme/src/sss/_typography.sss

+ 3
- 3
vue-theme/src/sss/_typography.sss 查看文件

@@ -43,13 +43,13 @@ p
43 43
 
44 44
 h1
45 45
     font-size: $ms-4
46
-    margin-top: $ms--3
46
+    /* margin-top: $ms--3 */
47 47
     margin-bottom: $ms--3
48 48
 
49 49
 h2
50 50
     font-size: $ms-3
51
-    margin-top: $ms--1
52
-    /* margin-bottom: $ms--1 */
51
+    /* margin-top: $ms--1 */
52
+    margin-bottom: $ms--1
53 53
 h3
54 54
     font-size: $ms-2
55 55
     /* margin-top: 1em */

Loading…
取消
儲存