Skip to content

Commit 07a6657

Browse files
committed
landing button tweak mobile view
1 parent a4d5efa commit 07a6657

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/CTASection.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ const {
134134
margin-bottom: 0;
135135
display: flex;
136136
gap: 1rem;
137+
@media (max-width: 600px) {
138+
flex-direction: column;
139+
gap: 0.75rem;
140+
width: 100%;
141+
align-items: center;
142+
}
137143
}
138144
}
139145
}

0 commit comments

Comments
 (0)