mirror of
https://github.com/KevinMidboe/infra-map.git
synced 2025-12-08 04:09:07 +00:00
decrease main container padding on smaller screens
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user