Fix dark mode toggle placement

This commit is contained in:
thePR0M3TH3AN
2025-07-01 19:26:57 -04:00
parent 7ad2785bc1
commit 492025339f

View File

@@ -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 {