style(site): adjust call to action responsiveness

This commit is contained in:
Ayo 2023-11-25 21:17:44 +01:00
parent 7c3c98d382
commit 0209095d0a

View file

@ -33,7 +33,7 @@
} }
} }
@media only screen and (max-device-width: 400px) { @media only screen and (max-device-width: 430px) {
.call-to-action { .call-to-action {
flex-direction: column; flex-direction: column;
& a { & a {