From 8ec1957d277e14617db7ca01b0a739620d744f22 Mon Sep 17 00:00:00 2001 From: momobln Date: Tue, 8 Jul 2025 15:28:00 +0200 Subject: [PATCH] fist commit --- styles/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/styles/style.css b/styles/style.css index 9571ab1..dda1238 100644 --- a/styles/style.css +++ b/styles/style.css @@ -177,3 +177,17 @@ header { } /* Write your CSS below */ +@media (max-width: 768px) { + .navbar li { + flex-direction: column; + height: auto; + padding: 10px; +} +main article { + flex-direction: column; + padding: 10px; +} +main article img { + width: 100%; + height: auto; +} \ No newline at end of file