Improve responsivness

pull/215/head
Alicia Sykes 1 month ago
parent 49c77d8d49
commit 7bacb217b3

@ -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…
Cancel
Save