Skip to content

Commit 47a6c9f

Browse files
authored
fix: download page mobile layout spacing (#8334)
* fix: download page mobile layout spacing * chore: make prettier happy
1 parent 15921e1 commit 47a6c9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/site/layouts/layouts.module.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868

6969
&:nth-of-type(2) {
7070
@apply flex
71-
min-w-0
7271
max-w-full
72+
min-w-0
7373
flex-[1_1]
7474
flex-col
7575
items-center
@@ -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
@@ -190,8 +190,8 @@
190190
}
191191

192192
> div:nth-of-type(1) {
193-
@apply mb-4
194-
mt-2;
193+
@apply mt-2
194+
mb-4;
195195
}
196196
}
197197
}

0 commit comments

Comments
 (0)