mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
Fix dark mode toggle placement
This commit is contained in:
@@ -90,7 +90,7 @@ body.dark-mode {
|
|||||||
/* Dark Mode Toggle */
|
/* Dark Mode Toggle */
|
||||||
.dark-mode-toggle {
|
.dark-mode-toggle {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 20px;
|
top: 12px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
@@ -832,8 +832,8 @@ footer .social-media a:focus {
|
|||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.navbar .container {
|
.navbar .container {
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-links {
|
.nav-links {
|
||||||
|
Reference in New Issue
Block a user