Browse Source

adjust mobile h1 size

tags/1.0.3
Alej 3 years ago
parent
commit
b0e729024e
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      vue-theme/src/components/card.vue

+ 4
- 1
vue-theme/src/components/card.vue View File

@@ -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…
Cancel
Save