From 6d1b5a1ae8bf8f54e42e9f9a44d440c607ece840 Mon Sep 17 00:00:00 2001 From: AtharvGaur05 Date: Mon, 14 Oct 2024 23:50:30 +0530 Subject: [PATCH] fixed-changes --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 929c612d..3cc98e36 100644 --- a/style.css +++ b/style.css @@ -222,9 +222,9 @@ nav { #nav-list { display: flex; - gap: 20px; + gap: 5px; list-style: none; - margin-left: 200px; + margin-left: 60px; padding: 0; align-items: center; } @@ -1041,6 +1041,10 @@ body.dark-mode { .sun-icon { color: #ffd700; size: 20px; + align-items: center; + justify-content: center; + display: flex; + margin-top: 4px; } .moon-icon {