RESPONSIVE FIX on post header
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-09-04 18:08:56 +02:00
parent cf28a22e22
commit 3472fac1ca

View File

@ -9,8 +9,10 @@
&__inner {
@apply container mx-auto grid gap-24;
&--has-thumbnail {
@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;