responsive page title

This commit is contained in:
Antoine M 2024-05-08 14:33:54 +02:00
parent a631ace2b4
commit 0842b71bd8

View File

@ -4,7 +4,7 @@
box-sizing: border-box; box-sizing: border-box;
.page-title { .page-title {
@apply flex flex-col lg:flex-row gap-8 lg:items-end mb-12 text-white; @apply flex flex-col lg:flex-row gap-8 items-center lg:items-end mb-12 text-white;
&__title { &__title {
@apply w-fit text-center; @apply w-fit text-center;
} }