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;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 376px) {
|
||||
@media only screen and (max-device-width: 376px) {
|
||||
.call-to-action {
|
||||
flex-direction: column;
|
||||
& a:not(#primary) {
|
||||
padding: 0.5em;
|
||||
& a {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue