style update

This commit is contained in:
Johannes Schriewer 2025-01-06 03:21:18 +01:00
parent a35537d52c
commit 2abe2854f8

View file

@ -135,9 +135,13 @@ main {
padding: 20px;
}
body {
font-size: 12px;
}
@media (max-width: 1024px) {
body {
font-size: 12px;
font-size: 10px;
}
}