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 {
|
.my-header {
|
||||||
& h1 {
|
& h1 {
|
||||||
font-size: 1.5em;
|
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 {
|
.call-to-action {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
& a {
|
& a {
|
||||||
|
|
Loading…
Reference in a new issue