css improvements

This commit is contained in:
Fabian Schieder 2026-01-22 19:04:49 +01:00
parent 57bc6148f2
commit 706364db61

View File

@ -47,11 +47,15 @@ body {
HEADER
========================================================== */
.header {
background: var(--bg-header);
color: var(--text-invert);
padding: 1rem 2rem;
position: sticky;
top: 0;
z-index: 1000;
background: var(--header-bg);
box-shadow: 0 2px 10px rgba(0,0,0,0.15);
padding: 0; /* ← WICHTIG */
}
.header-inner {
max-width: 1400px;
margin: auto;
@ -284,7 +288,7 @@ body {
HEADER
========================================================== */
.nav {
min-height: 64px;
height: 56px; /* klassischer Navbar-Wert */
padding: 0 1.5rem;
display: flex;
align-items: center;
@ -292,6 +296,7 @@ body {
}
/* ==========================================================
NAV
========================================================== */