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

Loading…
Cancel
Save