From 3472fac1ca1b494904815d46e4cefef944b0a39c Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 4 Sep 2025 18:08:56 +0200 Subject: [PATCH] RESPONSIVE FIX on post header --- resources/css/components/post-header.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/css/components/post-header.css b/resources/css/components/post-header.css index e7ab4b7..53b0cf1 100644 --- a/resources/css/components/post-header.css +++ b/resources/css/components/post-header.css @@ -9,7 +9,9 @@ &__inner { @apply container mx-auto grid gap-24; &--has-thumbnail { - grid-template-columns: 1fr 4fr; + @screen lg { + grid-template-columns: 1fr 4fr; + } } &--no-thumbnail { grid-template-columns: 1fr; @@ -19,7 +21,7 @@ @apply bg-white text-primary; } .thumbnail-wrapper { - @apply relative z-20; + @apply order-2 lg:order-1 relative z-20; aspect-ratio: 4/5; padding: 1.2rem;