mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-10 12:24:20 +01:00
make navbar fixed
This commit is contained in:
parent
aded572604
commit
7c2f376138
@ -20,6 +20,14 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
opacity: 1;
|
||||
background: rgb(255, 255, 255);
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
@ -38,7 +46,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.app {
|
||||
padding-top: 2em
|
||||
padding-top: 9rem
|
||||
}
|
||||
|
||||
.user-id .fa {
|
||||
|
Loading…
Reference in New Issue
Block a user