mirror of
https://github.com/ivabus/www
synced 2024-11-22 19:05:05 +03:00
margins px -> vw
This commit is contained in:
parent
50a11df781
commit
6588afc119
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ body{
|
|||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
.container{
|
||||
padding: 75px 150px 75px 150px;
|
||||
padding: 4.185vw 8.371vw 4.185vw 8.371vw;
|
||||
}
|
||||
|
||||
/* M5 Spacers (Bootstrap Utilities)*/
|
||||
|
@ -46,13 +46,12 @@ div.container-fluid.top-nav{
|
|||
|
||||
.navbar{
|
||||
background-color: #1a1a1a !important;
|
||||
height: 80px;
|
||||
height: 4.5vw;
|
||||
border-bottom: 2px solid #949494;
|
||||
}
|
||||
|
||||
.nav-logo{
|
||||
width: 78px;
|
||||
transition: 0.2s ease-in-out;
|
||||
width: 4.4vw;
|
||||
}
|
||||
|
||||
.nav-logo:hover{
|
||||
|
@ -62,6 +61,7 @@ div.container-fluid.top-nav{
|
|||
.nav-item{
|
||||
font-family: "pp-neue-machina", sans-serif;
|
||||
text-transform: uppercase;
|
||||
font-size: .8vw;
|
||||
}
|
||||
|
||||
/* Brand Colors */
|
||||
|
|
Loading…
Reference in a new issue