fix padding
All checks were successful
Build docker container / Build image (push) Successful in 29s

This commit is contained in:
Mans Ziesel 2024-06-03 14:31:30 +02:00
parent d8776bb51b
commit 531ba152f7

View File

@ -43,7 +43,7 @@
@media (min-width: 600px) { @media (min-width: 600px) {
body { body {
font-size: 3rem; font-size: 3rem;
padding: 40px; padding: 0 20px 0 20px;
} }
} }
@media (min-width: 900px) { @media (min-width: 900px) {