Skip to content

Commit 3f5e692

Browse files
committed
fix: milestone title and content top alignment
1 parent 20329da commit 3f5e692

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: components/roadmap.vue

+6-2
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,19 @@ const cta = computed(() => {
192192
.title {
193193
width: 19%;
194194
min-width: 19%;
195-
margin-top: 0.25em;
196195
@include h4;
196+
line-height: 1.7;
197197
color: $sageGreen;
198198
@include medium {
199+
line-height: 1.7;
200+
font-size: 1rem;
199201
width: 29%;
200202
min-width: 29%;
201203
}
204+
@include small {
205+
font-size: toRem(14);
206+
}
202207
@include tiny {
203-
margin-top: 0;
204208
margin-bottom: 0.25rem;
205209
}
206210
}

0 commit comments

Comments
 (0)