Compare commits

..

No commits in common. "97044a2b4ddd983e0ae0c1a6ec085e0de49dba51" and "92f5dc72d14963a9093fdb06952ae25ef3ff3fc9" have entirely different histories.

2 changed files with 12 additions and 15 deletions

View File

@ -64,10 +64,9 @@
}
&__issue-content-wrapper {
@apply grid gap-12 2xl:gap-24 pb-24;
@screen md {
grid-template-columns: 61.8fr 38.2fr;
}
}
&__issue-thumbnail-wrapper {
@apply relative;

View File

@ -57,11 +57,10 @@ footer {
}
.credits {
@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 */
@screen lg {
/* column-gap: 100px; */
grid-auto-flow: column;
@apply w-full grid gap-x-24 gap-y-12;
display: grid;
column-gap: 100px;
grid-auto-flow: column; /* clé ici */
grid-template-rows: repeat(2, auto);
grid-template-columns: repeat(4, 1fr);
@ -69,7 +68,6 @@ footer {
grid-row: span 2;
}
}
}
.socials {
a {
@apply block;
@ -81,7 +79,7 @@ footer {
.social-icon {
@apply w-full h-auto;
width: 48px;
max-width: 48px;
}
}
}