Fix alignment so buttons aren't offscreen
This commit is contained in:
parent
b348f123b7
commit
e6f8a751b5
|
@ -3208,7 +3208,7 @@ input, select, textarea {
|
|||
@media screen and (max-width: 1680px) {
|
||||
|
||||
.wrapper > .inner {
|
||||
padding: 4em 4em 2em 4em ;
|
||||
padding: 0em 4em 2em 4em ;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue