few appaerance tweaks

This commit is contained in:
Antoine M 2024-12-02 12:31:36 +01:00
parent 1b3c5dc54a
commit 2c9cec5176

View File

@ -1,17 +1,21 @@
.page-redirector {
@apply px-12 py-12 rounded-xl mb-8;
@apply flex justify-between items-center;
@apply flex flex-col-reverse md:flex-row justify-between md:items-center;
h3 {
@apply pt-0 mt-0 !text-base uppercase tracking-widest;
}
.subtitle {
@apply !text-3xl font-bold max-w-xl;
@apply text-xl sm:text-2xl md:!text-3xl leading-tight font-bold max-w-xl;
}
.cta {
@apply mt-8 md:mt-6;
}
&__details-container {
}
&__thumbnail {
@apply max-w-80;
@apply max-w-44 md:max-w-80 mb-4 md:mb-0;
}
&--patrimoine {
@ -36,7 +40,7 @@
}
.page-redirector__thumbnail {
@apply max-w-40;
@apply max-w-20 md:max-w-40;
}
}
}