Explorar el Código

adjust mobile h1 size

tags/1.0.3
Alej hace 3 años
padre
commit
b0e729024e
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      vue-theme/src/components/card.vue

+ 4
- 1
vue-theme/src/components/card.vue Ver fichero

@@ -81,7 +81,7 @@ export default {
81 81
         padding: $ms--3
82 82
         margin: 0
83 83
     h1
84
-        font-size: $ms-1
84
+        font-size: $ms-0
85 85
         padding: 0
86 86
         line-height: initial
87 87
         display: -webkit-box
@@ -107,6 +107,9 @@ export default {
107 107
         &--info 
108 108
             .featured-or-hero-image img
109 109
                 max-height: $max-card-img-height
110
+        h1
111
+            font-size: $ms-1
112
+
110 113
         p 
111 114
             &.excerpt, &.read-more
112 115
                 overflow: hidden

Loading…
Cancelar
Guardar