Reworked mobile UI for some components

This commit is contained in:
t1enne
2022-07-08 22:20:22 +02:00
parent 37ad329072
commit efbe6907ac
15 changed files with 223 additions and 132 deletions

View File

@@ -9,11 +9,17 @@ body {
padding: 0;
margin: 0;
font-family: var(--theme-font-family), var(--theme-header-font-family), sans-serif;
font-size: clamp(14px, 1.5vw, 17px);
font-size: clamp(14px, 1vw, 17px);
background-color: var(--default-bg-color);
color: var(--default-text-color);
}
@media (max-width: 768px) {
body {
overflow: hidden;
}
}
// a {
// color: inherit;
// text-decoration: none;