diff --git a/resources/css/blocks/page-redirector.css b/resources/css/blocks/page-redirector.css index 6cb9507..e24db92 100644 --- a/resources/css/blocks/page-redirector.css +++ b/resources/css/blocks/page-redirector.css @@ -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; } } }