From 6e979c13ae8ad9422076ab3567604be1c7d26df7 Mon Sep 17 00:00:00 2001 From: Sritamraj Mahakul <97335911+Sritamraj20@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:08:09 +0530 Subject: [PATCH] Update styles.css --- css/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index c35ca31..1347e63 100644 --- a/css/styles.css +++ b/css/styles.css @@ -386,6 +386,9 @@ img { .home__img { width: 200px; } + .nav__toggle { + display: block; + } } @media screen and (min-width: 576px) { .home { @@ -495,4 +498,4 @@ img { .home__img { width: 450px; } -} \ No newline at end of file +}