File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -146,12 +146,11 @@ useSeoMetaHelper({
146
146
lt-md:w-90vw md:w-80ch
147
147
>
148
148
<div
149
- flex flex-row justify-center
150
- lt-md:w-90vw md:w-80ch
149
+ flex flex-1 flex-row justify-center
151
150
>
152
151
<section
153
152
:class =" postsPending ? 'invisible' : 'slide-enter'"
154
- flex flex-col
153
+ flex flex-1 flex- col
155
154
>
156
155
<TierList
157
156
:default-option =" 0"
@@ -180,13 +179,12 @@ useSeoMetaHelper({
180
179
</section >
181
180
</div >
182
181
<div
183
- flex flex-row justify-center
184
- lt-md:w-90vw md:w-80ch
182
+ flex flex-1 flex-row justify-center
185
183
>
186
184
<section
187
185
v-if =" projectsLatestData.length !== 0"
188
186
:class =" projectsPending ? 'invisible' : 'slide-enter'"
189
- flex flex-col
187
+ flex flex-1 flex- col
190
188
>
191
189
<TierList
192
190
:default-option =" 0"
You can’t perform that action at this time.
0 commit comments