This commit is contained in:
ethan merchant 2024-11-03 01:43:33 -05:00
parent 1a793b7440
commit f27164c111

View file

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