Fix alignment so buttons aren't offscreen

This commit is contained in:
Josh Stewart 2020-08-26 17:19:45 +10:00
parent b348f123b7
commit e6f8a751b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;
}
}