Ver código fonte

set margin bottom for h2

tags/0.9.0
Alej 4 anos atrás
pai
commit
94daded62e
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      vue-theme/src/sss/_typography.sss

+ 3
- 3
vue-theme/src/sss/_typography.sss Ver arquivo

@@ -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 */

Carregando…
Cancelar
Salvar