church-website/src/components/MassTable/massgrid.module.scss
Benno Tielen b01dc5c161
Some checks failed
Deploy / deploy (push) Has been cancelled
fix: center style
2026-03-14 14:44:26 +01:00

12 lines
No EOL
194 B
SCSS

.grid {
display: grid;
grid-template-columns: repeat(auto-fit, 200px);
justify-content: center;
column-gap: 30px;
row-gap: 15px;
}
.container {
margin: 0 auto;
max-width: 1200px
}