fix: prettier navbar

This commit is contained in:
eneller
2026-02-01 10:49:21 +01:00
parent c4a2307530
commit 2999d8eee7
2 changed files with 1 additions and 4 deletions

View File

@@ -22,7 +22,6 @@ tr{
overflow-y: auto; overflow-y: auto;
} }
.custom-navbar{ .custom-navbar{
height: 3rem;
width: 100vw; width: 100vw;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
@@ -33,6 +32,4 @@ tr{
.custom-navitem{ .custom-navitem{
text-align: center; /* Center the content of each item */ text-align: center; /* Center the content of each item */
flex: 1; flex: 1;
}
.nav-link.active{
} }

View File

@@ -9,7 +9,7 @@ html, body {
body { body {
margin:3em auto; margin:3em auto;
font-family: Roboto, "Helvetica Neue", sans-serif; font-family: Roboto, "Helvetica Neue", sans-serif;
padding:0 .5em; padding:.5em auto;
} }
h1,h2,h3{ h1,h2,h3{
line-height:1.2; line-height:1.2;