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,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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user