We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20329da commit 3f5e692Copy full SHA for 3f5e692
components/roadmap.vue
@@ -192,15 +192,19 @@ const cta = computed(() => {
192
.title {
193
width: 19%;
194
min-width: 19%;
195
- margin-top: 0.25em;
196
@include h4;
+ line-height: 1.7;
197
color: $sageGreen;
198
@include medium {
199
200
+ font-size: 1rem;
201
width: 29%;
202
min-width: 29%;
203
}
204
+ @include small {
205
+ font-size: toRem(14);
206
+ }
207
@include tiny {
- margin-top: 0;
208
margin-bottom: 0.25rem;
209
210
0 commit comments