Fixed navbar

This commit is contained in:
Thomas Smith 2022-09-27 17:05:51 -04:00
parent 61255a6034
commit 5c81ee4491
2 changed files with 10 additions and 1 deletions

View file

@ -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;

View file

@ -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{