Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions apps/site/layouts/layouts.module.css
Original file line number Diff line number Diff line change
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
Loading