padding to h1

This commit is contained in:
Antoine M 2024-03-14 10:37:47 +01:00
parent cbbe80b27c
commit fcc4cbd754

View File

@ -1,4 +1,7 @@
.page-container--about {
h1 {
@apply pb-16;
}
.editor_inner_content {
@apply text-center;
}