Remove the navigation buttons entirely, and simplify the homepage

This commit is contained in:
2026-08-08 21:20:10 -04:00
parent b12b8e2be9
commit bbd7da3a15
4 changed files with 14 additions and 25 deletions

View File

@@ -36,7 +36,6 @@ footer {
width: 100%;
padding-bottom: 32px;
padding-top: 64px;
}
a {

View File

@@ -10,6 +10,10 @@
height: 64px;
}
.nav-title {
text-decoration: none;
}
.nav-logo {
display: flex;
align-items: center;