Merge Development into main. #8

Merged
luke-else merged 56 commits from development into main 2025-02-05 14:31:23 +00:00
Showing only changes of commit 306396cce1 - Show all commits

View File

@ -18,7 +18,7 @@
font-family: var(--font); font-family: var(--font);
font-size: 110%; font-size: 110%;
margin: 2rem; margin: 2rem;
transition: all 0.2s; transition: all 0.3s;
} }
h1, h2, h3 { h1, h2, h3 {
@ -48,7 +48,7 @@
box-shadow: inset 0 0 0 10px; box-shadow: inset 0 0 0 10px;
} }
@media (max-width: 800px) { @media (max-width:600px) {
.not-required { .not-required {
display: none; display: none;
} }