瀏覽代碼

adjust headings in style editor to mirror _typography.sss

tags/0.9.0
Alej 4 年之前
父節點
當前提交
9c3f91f1e8
共有 1 個檔案被更改,包括 6 行新增6 行删除
  1. 6
    6
      vue-theme/editor-style.css

+ 6
- 6
vue-theme/editor-style.css 查看文件

18
     margin-right: 0;
18
     margin-right: 0;
19
 } */
19
 } */
20
 h1 {
20
 h1 {
21
-    /* font-size: 2.45em; */
21
+    font-size: 2.0736em;
22
     /* margin-top: 0.6em;
22
     /* margin-top: 0.6em;
23
     margin-bottom: 0.6em; */
23
     margin-bottom: 0.6em; */
24
 }
24
 }
25
 h2 {
25
 h2 {
26
-    font-size: 1.5em;
26
+    font-size: 1.728em;
27
     /* margin-top: 0.8em;
27
     /* margin-top: 0.8em;
28
     margin-bottom: 0.8em; */
28
     margin-bottom: 0.8em; */
29
 }
29
 }
30
 h3{
30
 h3{
31
-    font-size: 1.17em;
31
+    font-size: 1.44em;
32
     /* margin-top: 1em;
32
     /* margin-top: 1em;
33
     margin-bottom: 1em; */
33
     margin-bottom: 1em; */
34
 }
34
 }
35
 h4 {
35
 h4 {
36
-    font-size: 1em;
36
+    font-size: 1.2em;
37
     /* margin-top: 1.33em;
37
     /* margin-top: 1.33em;
38
     margin-bottom: 1.33em; */
38
     margin-bottom: 1.33em; */
39
 }
39
 }
40
 h5 {
40
 h5 {
41
-    font-size: .8em;
41
+    font-size: 1em;
42
     /* margin-top: 1.6em;
42
     /* margin-top: 1.6em;
43
     margin-bottom: 1.6em; */
43
     margin-bottom: 1.6em; */
44
 }
44
 }
45
 h6 {
45
 h6 {
46
-    font-size: .67em;
46
+    font-size: .83333em;
47
     /* margin-top: 2em;
47
     /* margin-top: 2em;
48
     margin-bottom: 2em; */
48
     margin-bottom: 2em; */
49
 }
49
 }

Loading…
取消
儲存