mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Improve responsivness
This commit is contained in:
parent
49c77d8d49
commit
7bacb217b3
2 changed files with 6 additions and 0 deletions
|
|
@ -91,6 +91,9 @@ import ThemeSwitcher from "@components/form/ThemeSwitcher.svelte"
|
|||
.theme-switcher {
|
||||
transform: scale(0.7);
|
||||
margin: 0.2rem auto;
|
||||
@media(max-width: 768px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.homepage, nav {
|
||||
|
|
|
|||
|
|
@ -110,5 +110,8 @@
|
|||
max-width: 165px;
|
||||
font-size: 0.8rem;
|
||||
opacity: 0.6;
|
||||
@media(max-width: 768px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue