1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-25 14:54:19 +01:00

make navbar fixed

This commit is contained in:
Enrico Fasoli 2015-11-19 17:07:02 +01:00
parent aded572604
commit 7c2f376138

View File

@ -20,6 +20,14 @@ a {
text-decoration: none; text-decoration: none;
} }
.navbar {
position: fixed;
width: 100%;
opacity: 1;
background: rgb(255, 255, 255);
z-index: 99;
}
.navbar a { .navbar a {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
@ -38,7 +46,7 @@ a:hover {
} }
.app { .app {
padding-top: 2em padding-top: 9rem
} }
.user-id .fa { .user-id .fa {