diff --git a/assets/styles/app.scss b/assets/styles/app.scss index 331e37d..6bb8a8f 100644 --- a/assets/styles/app.scss +++ b/assets/styles/app.scss @@ -593,3 +593,12 @@ pre { white-space: nowrap; direction: ltr; } + +// ============================================================================= +// CSS Settings +// ============================================================================= + +main { + margin-top: 64px; + margin-bottom: 45px; +} diff --git a/assets/styles/root/root.css b/assets/styles/root/root.css index 5043a72..fceec09 100644 --- a/assets/styles/root/root.css +++ b/assets/styles/root/root.css @@ -2,6 +2,11 @@ body { height: 100vh; } +main { + margin-top: 0 !important; + margin-bottom: 0 !important; +} + /* Scanline sweep */ .scanline { position: absolute; diff --git a/templates/widgets/nav_bar.html.twig b/templates/widgets/nav_bar.html.twig index e6c5594..0fbc4e4 100644 --- a/templates/widgets/nav_bar.html.twig +++ b/templates/widgets/nav_bar.html.twig @@ -3,22 +3,49 @@ aria-label="Hauptnavigation">
- {# Links: Logo + CTDRA (als Block zusammengefasst) #} + {# Links: Logo + CTDRA #} + id="nav-brand-logo" + style="height: 40px; width: auto;"> CTDRA - {# Mitte: Links zentriert mit mx-auto #} + {# Mitte: Desktop-Links zentriert #}
News - Projects - About Me + Projects + About Me
- {# Rechts: Platzhalter #} -
 
+ {# Rechts: Hamburger-Button (nur Mobile) + Platzhalter für Desktop #} +
+ {# Hamburger Button für Mobile mit Material Icon #} + + + {# Platzhalter für Desktop (hält Balance) #} +
 
+
+ +
+ + {# Mobile Menu Container (Collapsible) #} +
+
+ +