h1 and havbar height large screen sizes

This commit is contained in:
Thomas Smith 2022-09-19 13:59:03 -04:00
parent b531d961c1
commit c823cfc33e
2 changed files with 53 additions and 23 deletions

View file

@ -22,8 +22,8 @@
.style-guide-container{
background-image: url("/Images/x-large-grid.svg");
background-attachment: fixed;
background-repeat: repeat-y;
background-size: cover;
background-repeat: repeat;
background-size: contain;
}
}
@ -34,7 +34,7 @@
background-image: url("/Images/large-grid.svg");
background-attachment: fixed;
background-position: top;
background-repeat: repeat-y;
background-repeat: repeat;
background-size: contain;
}

View file

@ -36,6 +36,8 @@ body{
/* Navbar General */
@media only screen and (min-width: 1200px) {
div.container-fluid.top-nav{
padding-left: 0px !important;
}
@ -59,6 +61,34 @@ div.container-fluid.top-nav{
text-transform: uppercase;
font-size: .8vw;
}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
div.container-fluid.top-nav{
padding-left: 0px !important;
}
.navbar{
background-color: #1a1a1a !important;
height: 5vw;
border-bottom: 2px solid #949494;
}
.nav-logo{
width: 4.4vw;
}
.nav-logo:hover{
transform: scale(0.9);
}
.nav-item{
font-family: "pp-neue-machina", sans-serif;
text-transform: uppercase;
font-size: .8vw;
}
}
/* Brand Colors */
@ -161,9 +191,9 @@ li{
@media only screen and (min-width: 768px) and (max-width: 1200px) {
h1{
font-size: 10.2rem;
line-height: 11rem;
margin-top: 3vw;
font-size: 14vw;
line-height: 15vw;
margin-top: -0.3vw;
margin-left: -0.837vw;
}