style(site): fix responsiveness

This commit is contained in:
Ayo 2023-11-24 00:59:59 +01:00
parent 9fbea956e0
commit 07cacab1e9
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
}
}
@media only screen and (max-device-width: 376px) {
@media only screen and (max-device-width: 400px) {
.my-header {
& h1 {
font-size: 1.5em;

View file

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