Working on responsivity

This commit is contained in:
Thomas Smith 2022-09-28 16:51:25 -04:00
parent 631f94a8c7
commit 085c2507f6
2 changed files with 15 additions and 4 deletions

View file

@ -55,7 +55,7 @@
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.btn-primary{
padding: 2.455vw 4.185vw;
padding: 3.5vw 4.185vw;
border-radius: 0px !important;
font-family: "pp-neue-machina", sans-serif;
text-transform: uppercase;
@ -79,11 +79,14 @@
border-left-color:#00ffd0;
border-right-color:#00ffd0;
box-shadow: inset 0vw 0vw 0vw 0.558vw #1a1a1a !important;
padding: 2.455vw 5.580vw;
border-top-color:#1a1a1a;
border-bottom-color: #1a1a1a;
}
.dev-count{
font-size: 1.2vw !important;
}
.button-container{
padding: 0vw 11vw !important;
}
@ -159,11 +162,11 @@
@media only screen and (min-width: 576px) and (max-width: 768px){
.btn-primary{
padding: 2.455vw 4.185vw;
padding: 5vw 4vw !important;
border-radius: 0px !important;
font-family: "pp-neue-machina", sans-serif;
text-transform: uppercase;
font-size: 2vw;
font-size: 3.5vw;
border-left: 2px solid #949494 !important;
border-right: 2px solid #949494 !important;
background-color: #1a1a1a !important;

View file

@ -255,10 +255,18 @@ hr{
@media only screen and (min-width: 768px) and (max-width: 992px) {
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
.hero-section{
background-image: url("/Images/medium-grid.svg");
background-attachment: fixed;
background-position: top;
background-repeat: repeat;
background-size: contain; }
}
@media only screen and (max-width: 576px) {