Edit to left/right padding on mobile

This commit is contained in:
Thomas Smith 2022-10-24 19:08:17 -04:00
parent 83fd784718
commit d013b2c522

View file

@ -74,6 +74,11 @@
margin-top: 7.5vw !important;
}
section{
padding-left: 4vw !important;
padding-right: 4vw !important;
}
.container{
max-width: 1920px;
padding: 5.5vw 3vw !important;