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