diff --git a/sites/smartin3.de/index.html b/sites/smartin3.de/index.html
index a3a5d68..9b2343a 100644
--- a/sites/smartin3.de/index.html
+++ b/sites/smartin3.de/index.html
@@ -51,14 +51,12 @@
/* Nav */
nav {
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
- padding: 20px 24px;
+ padding: 20px 0;
background: rgba(10, 10, 12, 0.8);
backdrop-filter: blur(20px);
border-bottom: 1px solid var(--border);
- display: flex; justify-content: space-between; align-items: center;
- max-width: 100%; box-sizing: border-box;
}
- nav .container { display: contents; }
+ nav .container { display: flex; justify-content: space-between; align-items: center; max-width: 100%; padding: 0 24px; box-sizing: border-box; }
.logo { font-family: 'Space Grotesk', sans-serif; font-size: 1.1rem; font-weight: 600; white-space: nowrap; }
.logo .s { color: var(--text-dim); font-weight: 300; text-transform: lowercase; }
.logo .martin { color: var(--orange); }