mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:55:06 +03:00
h1 and havbar height large screen sizes
This commit is contained in:
parent
b531d961c1
commit
c823cfc33e
2 changed files with 53 additions and 23 deletions
|
@ -22,8 +22,8 @@
|
||||||
.style-guide-container{
|
.style-guide-container{
|
||||||
background-image: url("/Images/x-large-grid.svg");
|
background-image: url("/Images/x-large-grid.svg");
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat;
|
||||||
background-size: cover;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
background-image: url("/Images/large-grid.svg");
|
background-image: url("/Images/large-grid.svg");
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -36,28 +36,58 @@ body{
|
||||||
|
|
||||||
/* Navbar General */
|
/* Navbar General */
|
||||||
|
|
||||||
div.container-fluid.top-nav{
|
@media only screen and (min-width: 1200px) {
|
||||||
padding-left: 0px !important;
|
|
||||||
|
div.container-fluid.top-nav{
|
||||||
|
padding-left: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar{
|
||||||
|
background-color: #1a1a1a !important;
|
||||||
|
height: 4.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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar{
|
@media only screen and (min-width: 768px) and (max-width: 1200px) {
|
||||||
background-color: #1a1a1a !important;
|
|
||||||
height: 4.5vw;
|
|
||||||
border-bottom: 2px solid #949494;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-logo{
|
div.container-fluid.top-nav{
|
||||||
width: 4.4vw;
|
padding-left: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-logo:hover{
|
.navbar{
|
||||||
transform: scale(0.9);
|
background-color: #1a1a1a !important;
|
||||||
}
|
height: 5vw;
|
||||||
|
border-bottom: 2px solid #949494;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-item{
|
.nav-logo{
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
width: 4.4vw;
|
||||||
text-transform: uppercase;
|
}
|
||||||
font-size: .8vw;
|
|
||||||
|
.nav-logo:hover{
|
||||||
|
transform: scale(0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-item{
|
||||||
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: .8vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Brand Colors */
|
/* Brand Colors */
|
||||||
|
@ -161,9 +191,9 @@ li{
|
||||||
@media only screen and (min-width: 768px) and (max-width: 1200px) {
|
@media only screen and (min-width: 768px) and (max-width: 1200px) {
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-size: 10.2rem;
|
font-size: 14vw;
|
||||||
line-height: 11rem;
|
line-height: 15vw;
|
||||||
margin-top: 3vw;
|
margin-top: -0.3vw;
|
||||||
margin-left: -0.837vw;
|
margin-left: -0.837vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue