Adjusting mobile grids

This commit is contained in:
Thomas Smith 2022-09-27 19:09:20 -04:00
parent f0942de261
commit 957ed3b24c
2 changed files with 7 additions and 7 deletions

View file

@ -249,7 +249,8 @@ hr{
background-position: top;
background-repeat: repeat-y;
background-size: cover;
padding-bottom: 16vw;
padding-bottom: 15vw;
border: 1px solid #949494;
}
.hero-float{
@ -267,10 +268,9 @@ hr{
.package_before{
background-image: url("/Images/small-grid.svg");
background-position: top;
background-repeat: repeat-y;
background-size: cover;
padding-top: 12.556vw;
padding-bottom: 12.556vw;
background-repeat: repeat;
background-size: contain;
border: 1px solid #949494;
}
}

View file

@ -230,8 +230,8 @@ li{
@media only screen and (max-width: 576px) {
h1{
font-size: 21.5vw;
line-height: 20.4vw;
font-size: 21.5vw !important;
line-height: 20.4vw !important;
}
h2{