Improve margin on mobile

This commit is contained in:
nora 2025-11-11 19:35:03 +01:00
parent 310a24aa44
commit 45f784eb5c

View file

@ -1,9 +1,15 @@
:root {
color-scheme: light dark;
}
html {
font-family: sans-serif;
}
@media screen and (min-width: 768px) {
html {
margin: 20px;
}
}
table {