margins px -> vw

This commit is contained in:
Thomas Smith 2022-09-16 11:25:41 -04:00
parent 50a11df781
commit 6588afc119

View file

@ -16,7 +16,7 @@ body{
@media only screen and (min-width: 1200px) { @media only screen and (min-width: 1200px) {
.container{ .container{
padding: 75px 150px 75px 150px; padding: 4.185vw 8.371vw 4.185vw 8.371vw;
} }
/* M5 Spacers (Bootstrap Utilities)*/ /* M5 Spacers (Bootstrap Utilities)*/
@ -46,13 +46,12 @@ div.container-fluid.top-nav{
.navbar{ .navbar{
background-color: #1a1a1a !important; background-color: #1a1a1a !important;
height: 80px; height: 4.5vw;
border-bottom: 2px solid #949494; border-bottom: 2px solid #949494;
} }
.nav-logo{ .nav-logo{
width: 78px; width: 4.4vw;
transition: 0.2s ease-in-out;
} }
.nav-logo:hover{ .nav-logo:hover{
@ -62,6 +61,7 @@ div.container-fluid.top-nav{
.nav-item{ .nav-item{
font-family: "pp-neue-machina", sans-serif; font-family: "pp-neue-machina", sans-serif;
text-transform: uppercase; text-transform: uppercase;
font-size: .8vw;
} }
/* Brand Colors */ /* Brand Colors */