decrease main container padding on smaller screens

This commit is contained in:
2025-10-13 20:19:13 +02:00
parent eb368f9860
commit 195cc47368

View File

@@ -204,6 +204,10 @@ table tr.link {
border: var(--border);
border-radius: var(--border-radius, 1rem);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
@media screen and (max-width: 750px) {
padding: 0.5rem;
}
}
.section-wrapper {