Explorar el Código

adjust headings in style editor to mirror _typography.sss

tags/0.9.0
Alej hace 4 años
padre
commit
9c3f91f1e8
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6
    6
      vue-theme/editor-style.css

+ 6
- 6
vue-theme/editor-style.css Ver fichero

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

Loading…
Cancelar
Guardar