mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:15:05 +03:00
Fixed navbar
This commit is contained in:
parent
61255a6034
commit
5c81ee4491
2 changed files with 10 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
font-family: "pp-neue-machina", sans-serif;
|
||||
text-transform: uppercase;
|
||||
right: 15px;
|
||||
bottom: 5.3vw;
|
||||
top: 5.3vw;
|
||||
cursor: pointer;
|
||||
z-index: 3;
|
||||
transition: 0.2s ease-in-out;
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
/* Navbar General */
|
||||
|
||||
html,body{
|
||||
margin-top: 2.2vw;
|
||||
}
|
||||
|
||||
.navbar{
|
||||
position: fixed;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
div.container-fluid.top-nav{
|
||||
|
|
Loading…
Reference in a new issue