Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/site/layouts/layouts.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@

&:nth-of-type(2) {
@apply flex
min-w-0
max-w-full
min-w-0
flex-[1_1]
flex-col
items-center
Expand Down Expand Up @@ -114,7 +114,7 @@
}

.downloadLayout {
section:nth-last-child(1) {
section:nth-last-child(3) {
@apply flex
flex-col
gap-2;
Expand All @@ -124,7 +124,7 @@
}
}

section:nth-last-child(2) p {
section:nth-last-child(4) p {
@apply flex
flex-row
flex-wrap
Expand Down Expand Up @@ -190,8 +190,8 @@
}

> div:nth-of-type(1) {
@apply mb-4
mt-2;
@apply mt-2
mb-4;
}
}
}
Loading