We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15921e1 commit 47a6c9fCopy full SHA for 47a6c9f
apps/site/layouts/layouts.module.css
@@ -68,8 +68,8 @@
68
69
&:nth-of-type(2) {
70
@apply flex
71
- min-w-0
72
max-w-full
+ min-w-0
73
flex-[1_1]
74
flex-col
75
items-center
@@ -114,7 +114,7 @@
114
}
115
116
.downloadLayout {
117
- section:nth-last-child(1) {
+ section:nth-last-child(3) {
118
119
120
gap-2;
@@ -124,7 +124,7 @@
124
125
126
127
- section:nth-last-child(2) p {
+ section:nth-last-child(4) p {
128
129
flex-row
130
flex-wrap
@@ -190,8 +190,8 @@
190
191
192
> div:nth-of-type(1) {
193
- @apply mb-4
194
- mt-2;
+ @apply mt-2
+ mb-4;
195
196
197
0 commit comments