mirror of
https://github.com/ivabus/www
synced 2024-11-23 05:15:06 +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;
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
bottom: 5.3vw;
|
top: 5.3vw;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
transition: 0.2s ease-in-out;
|
transition: 0.2s ease-in-out;
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
/* Navbar General */
|
/* Navbar General */
|
||||||
|
|
||||||
|
html,body{
|
||||||
|
margin-top: 2.2vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar{
|
||||||
|
position: fixed;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1200px) {
|
@media only screen and (min-width: 1200px) {
|
||||||
|
|
||||||
div.container-fluid.top-nav{
|
div.container-fluid.top-nav{
|
||||||
|
|
Loading…
Reference in a new issue