From 492025339f65731e95fdc977ad95f13e302a87f4 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:26:57 -0400 Subject: [PATCH] Fix dark mode toggle placement --- landing/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/landing/style.css b/landing/style.css index 673d723..bbc7410 100644 --- a/landing/style.css +++ b/landing/style.css @@ -90,7 +90,7 @@ body.dark-mode { /* Dark Mode Toggle */ .dark-mode-toggle { position: fixed; - top: 20px; + top: 12px; right: 20px; z-index: 1000; } @@ -832,8 +832,8 @@ footer .social-media a:focus { @media screen and (max-width: 768px) { .navbar .container { - flex-direction: column; - align-items: flex-start; + flex-direction: row; + align-items: center; } .nav-links {