Skip to content

Commit 43e5c9e

Browse files
committed
fix: download page mobile layout spacing
1 parent 30d6c52 commit 43e5c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/site/layouts/layouts.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
}
115115

116116
.downloadLayout {
117-
section:nth-last-child(1) {
117+
section:nth-last-child(3) {
118118
@apply flex
119119
flex-col
120120
gap-2;
@@ -124,7 +124,7 @@
124124
}
125125
}
126126

127-
section:nth-last-child(2) p {
127+
section:nth-last-child(4) p {
128128
@apply flex
129129
flex-row
130130
flex-wrap

0 commit comments

Comments
 (0)