fixed responsiveness, and added cli options to disable navigation or toggle localhost

This commit is contained in:
2026-01-12 18:26:48 +01:00
parent fa60d23eb3
commit 4dd7c9c7be
3 changed files with 47 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ body {
display: flex;
justify-content: center;
min-height: 100vh;
font-size: 14px;
}
article {
@@ -212,7 +213,7 @@ input[type="checkbox"]:checked::before {
}
body {
padding-top: 100px;
padding-top: 75px;
}
nav {
@@ -234,6 +235,7 @@ nav {
nav a {
color: var(--text-main);
text-decoration: none;
font-size: 1.2rem;
font-weight: 600;
margin-left: 20px;
transition: color 0.2s ease;