forked from platypush/platypush
Made nav header fixed
This commit is contained in:
parent
01b111f436
commit
197a5805be
2 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,7 @@ body {
|
|||
}
|
||||
|
||||
main {
|
||||
margin: auto;
|
||||
margin: 6rem auto;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
nav {
|
||||
margin-bottom: 1.2rem;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
opacity: 0.9;
|
||||
|
||||
ul {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue