fix: smartin3.de — nav container full-width, no more 860px constraint

This commit is contained in:
m
2026-04-18 20:51:16 +02:00
parent 9d6debecbd
commit 3c324d4103

View File

@@ -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); }