merch sizing-guide: bring padding back
All checks were successful
/ build (push) Successful in 9s

This commit is contained in:
kritzl 2025-02-16 14:58:52 +01:00
commit edd7434024
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
3 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@ main {
max-width: 100%;
height: 100vh;
overflow: auto;
padding: 0 1rem;
}
.table-container {