armentieres: center pages title (#77625)

This commit is contained in:
Corentin Sechet 2023-05-16 15:12:33 +02:00
parent 81af310016
commit 9d63871378
1 changed files with 7 additions and 1 deletions

View File

@ -11,7 +11,13 @@
&--content {
.cell {
padding: 0 5rem 2rem 5rem;
padding: 2rem 5rem 2rem 5rem;
}
.text-cell {
h1, h2, h3, p {
margin-bottom: 0;
}
}
}