RESPONSIVE FIX on post header
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cf28a22e22
commit
3472fac1ca
|
|
@ -9,8 +9,10 @@
|
||||||
&__inner {
|
&__inner {
|
||||||
@apply container mx-auto grid gap-24;
|
@apply container mx-auto grid gap-24;
|
||||||
&--has-thumbnail {
|
&--has-thumbnail {
|
||||||
|
@screen lg {
|
||||||
grid-template-columns: 1fr 4fr;
|
grid-template-columns: 1fr 4fr;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
&--no-thumbnail {
|
&--no-thumbnail {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
|
@ -19,7 +21,7 @@
|
||||||
@apply bg-white text-primary;
|
@apply bg-white text-primary;
|
||||||
}
|
}
|
||||||
.thumbnail-wrapper {
|
.thumbnail-wrapper {
|
||||||
@apply relative z-20;
|
@apply order-2 lg:order-1 relative z-20;
|
||||||
aspect-ratio: 4/5;
|
aspect-ratio: 4/5;
|
||||||
padding: 1.2rem;
|
padding: 1.2rem;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user