RESPONSIVE FIX to avoid breaking the main
This commit is contained in:
parent
7d3f33e290
commit
5ea36fa998
|
|
@ -29,9 +29,10 @@
|
|||
}
|
||||
|
||||
.card-revue {
|
||||
@apply grid gap-y-12 2xl:gap-y-16 pb-12 gap-x-12 2xl:gap-x-24 px-12;
|
||||
grid-template-columns: 61.8fr 38.2fr;
|
||||
|
||||
@apply flex flex-col lg:grid lg:grid-cols-2 gap-y-12 2xl:gap-y-16 pb-12 gap-x-12 2xl:gap-x-24 px-12;
|
||||
@screen lg {
|
||||
grid-template-columns: 61.8fr 38.2fr;
|
||||
}
|
||||
.content-meta {
|
||||
@apply col-span-2 w-full max-w-full mb-0;
|
||||
}
|
||||
|
|
@ -50,6 +51,7 @@
|
|||
|
||||
&__issue-thumbnail-wrapper {
|
||||
@apply relative w-full;
|
||||
|
||||
.card-background {
|
||||
@apply absolute border-primary border bg-white top-20 left-8;
|
||||
height: 94%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user