style(site): fix call to action buttons on mobile
This commit is contained in:
parent
80b678da27
commit
9fbea956e0
1 changed files with 7 additions and 11 deletions
|
@ -26,19 +26,15 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-device-width: 376px) {
|
@media only screen and (max-device-width: 376px) {
|
||||||
.call-to-action {
|
.call-to-action {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
& a:not(#primary) {
|
& a {
|
||||||
padding: 0.5em;
|
width: 100% !important;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue