feat(landing): add prominent article and carousel sections

This commit is contained in:
Matthieu Bessat 2023-06-20 15:17:21 +02:00
parent abfd55d14e
commit 2feeb04a14
8 changed files with 514 additions and 12 deletions

View file

@ -2,6 +2,12 @@
width: 80%;
margin: 0 auto;
}
.page-container-large {
width: 75%;
margin: 0 auto;
}
.page-full {
padding: 0 2rem;
}