Sizing adjustments

This commit is contained in:
Thomas Smith 2022-09-27 16:29:55 -04:00
parent 734c85c560
commit c0474cbbcf
2 changed files with 2 additions and 2 deletions

View file

@ -241,7 +241,7 @@
}
.button-container{
padding: 0vw 14vw !important;
padding: 0vw 10vw !important;
}
.dev-count{

View file

@ -37,7 +37,7 @@ html,body{
@media only screen and (max-width: 576px) {
.container{
max-width: 1920px;
padding: 10vw 10vw;
padding: 10vw 5vw;
}
}