Madelena Mak d4c03fe1be
Update the theme to match branding better (#33462)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-30 13:47:01 +02:00

12 lines
162 B
SCSS

.grid-wrapper {
margin: auto;
max-width: $site-width;
padding: 0 25px;
}
.grid-center {
text-align: center;
> .grid__item {
text-align: left;
}
}