top nav
This commit is contained in:
parent
1a793b7440
commit
f27164c111
1 changed files with 21 additions and 1 deletions
|
@ -79,7 +79,27 @@ html {
|
||||||
body {
|
body {
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
}
|
}
|
||||||
main {
|
#nav {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 6px 12px;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #80808000;
|
||||||
|
z-index: 5;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
#nav_border {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
top: 42px;
|
||||||
|
height: 2px;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 5;
|
||||||
|
}
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
/* padding-top: 64px; */
|
/* padding-top: 64px; */
|
||||||
|
|
Loading…
Add table
Reference in a new issue