style(site): fix responsiveness
This commit is contained in:
parent
9fbea956e0
commit
07cacab1e9
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue