events grid : adjuste vertical padding
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
isUnknown 2026-06-23 19:07:04 +02:00
parent 5f455c49c8
commit b054c30c34
3 changed files with 3 additions and 5 deletions

View file

@ -34,8 +34,7 @@
main {
.events-grid {
box-sizing: border-box;
padding: 2rem;
padding-top: 4rem;
padding: 4rem 2rem;
width: 100%;
display: grid;
grid-template-columns: repeat(3, 1fr);

View file

@ -461,8 +461,7 @@ main {
}
[data-template=events] main .events-grid {
box-sizing: border-box;
padding: 2rem;
padding-top: 4rem;
padding: 4rem 2rem;
width: 100%;
display: grid;
grid-template-columns: repeat(3, 1fr);

File diff suppressed because one or more lines are too long