From e44fc8b08d5f5316d28804198cf2c24d98147dbd Mon Sep 17 00:00:00 2001 From: ~purplebored Date: Wed, 29 Oct 2025 21:19:42 +0100 Subject: [PATCH] Fix last part of CSS --- assets/css/style.css | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 8344b7c..309acb5 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -135,6 +135,32 @@ body { z-index: -9999; } -/* === RESPONSIVE === */ @media (max-width: 900px) { - body + body { + flex-direction: column; + } + + .navbar { + position: relative; + width: 100%; + height: auto; + flex-direction: row; + justify-content: center; + padding: 0.5rem 0; + } + + .navbar ul { + display: flex; + gap: 1rem; + } + + .content { + flex-direction: column; + padding: 2rem; + text-align: center; + } + + .uzi { + width: 70%; + } +} \ No newline at end of file