Compare commits
2 Commits
92f5dc72d1
...
97044a2b4d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97044a2b4d | ||
|
|
1442f47397 |
|
|
@ -63,9 +63,10 @@
|
||||||
font-weight: 100 !important;
|
font-weight: 100 !important;
|
||||||
}
|
}
|
||||||
&__issue-content-wrapper {
|
&__issue-content-wrapper {
|
||||||
@apply grid gap-12 2xl:gap-24 pb-24;
|
@apply grid gap-12 2xl:gap-24 pb-24;
|
||||||
|
@screen md {
|
||||||
grid-template-columns: 61.8fr 38.2fr;
|
grid-template-columns: 61.8fr 38.2fr;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__issue-thumbnail-wrapper {
|
&__issue-thumbnail-wrapper {
|
||||||
|
|
|
||||||
|
|
@ -57,15 +57,17 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.credits {
|
.credits {
|
||||||
@apply w-full grid gap-x-24 gap-y-12;
|
@apply w-full grid gap-y-12 gap-x-8 lg:gap-x-12 grid-cols-1 md:grid-cols-2; /* Mobile-first: 1 column */
|
||||||
display: grid;
|
|
||||||
column-gap: 100px;
|
|
||||||
grid-auto-flow: column; /* clé ici */
|
|
||||||
grid-template-rows: repeat(2, auto);
|
|
||||||
grid-template-columns: repeat(4, 1fr);
|
|
||||||
|
|
||||||
> :first-child {
|
@screen lg {
|
||||||
grid-row: span 2;
|
/* column-gap: 100px; */
|
||||||
|
grid-auto-flow: column;
|
||||||
|
grid-template-rows: repeat(2, auto);
|
||||||
|
grid-template-columns: repeat(4, 1fr);
|
||||||
|
|
||||||
|
> :first-child {
|
||||||
|
grid-row: span 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.socials {
|
.socials {
|
||||||
|
|
@ -79,7 +81,7 @@ footer {
|
||||||
.social-icon {
|
.social-icon {
|
||||||
@apply w-full h-auto;
|
@apply w-full h-auto;
|
||||||
|
|
||||||
max-width: 48px;
|
width: 48px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user