Button padding for large screens

This commit is contained in:
Thomas Smith 2022-09-28 14:04:11 -04:00
parent 8e22963af4
commit 65a2cc455b
2 changed files with 8 additions and 1 deletions

View file

@ -85,7 +85,7 @@
}
.button-container{
padding: 0vw 8.929vw;
padding: 0vw 11vw !important;
}
/* Icon Styling */

View file

@ -240,6 +240,13 @@ hr{
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.hero-section{
background-image: url("/Images/large-grid.svg");
background-attachment: fixed;
background-position: top;
background-repeat: repeat;
background-size: contain; }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {