Skip to content

Commit 40c91d5

Browse files
committed
fix: milestone title/content break at 480px screen width
1 parent 7527440 commit 40c91d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/roadmap.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const cta = computed(() => {
178178
.milestone {
179179
display: flex;
180180
justify-content: space-between;
181-
@include tiny {
181+
@include customMaxMQ('30rem') {
182182
flex-direction: column;
183183
}
184184
&:not(:last-child) {
@@ -204,6 +204,7 @@ const cta = computed(() => {
204204
}
205205
@include tiny {
206206
margin-bottom: 0.25rem;
207+
width: unset;
207208
}
208209
}
209210
.content {

0 commit comments

Comments
 (0)