hadnling page

This commit is contained in:
Antoine M 2024-03-13 17:51:56 +01:00
parent 362e707713
commit 351d1b7d14

View File

@ -0,0 +1,12 @@
.page-container--about {
.editor_inner_content {
@apply text-center;
}
img.personnages {
@apply max-w-lg w-full;
}
.cta--home {
@apply mt-12;
}
}