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

View file

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