default layout: reduce padding on the phones

This commit is contained in:
He4eT 2025-02-19 04:46:52 +01:00
commit e9837b52b5

View file

@ -14,5 +14,10 @@
padding: calc(4 * var(--step)); padding: calc(4 * var(--step));
max-width: calc(100 * var(--step)); max-width: calc(100 * var(--step));
} }
@media (max-width: 768px) {
.default-layout > main {
padding: calc(2 * var(--step));
}
}
/* @see ./menu.css */ /* @see ./menu.css */