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({
146146 lt-md:w-90vw md:w-80ch
147147 >
148148 <div
149- flex flex-row justify-center
150- lt-md:w-90vw md:w-80ch
149+ flex flex-1 flex-row justify-center
151150 >
152151 <section
153152 :class =" postsPending ? 'invisible' : 'slide-enter'"
154- flex flex-col
153+ flex flex-1 flex- col
155154 >
156155 <TierList
157156 :default-option =" 0"
@@ -180,13 +179,12 @@ useSeoMetaHelper({
180179 </section >
181180 </div >
182181 <div
183- flex flex-row justify-center
184- lt-md:w-90vw md:w-80ch
182+ flex flex-1 flex-row justify-center
185183 >
186184 <section
187185 v-if =" projectsLatestData.length !== 0"
188186 :class =" projectsPending ? 'invisible' : 'slide-enter'"
189- flex flex-col
187+ flex flex-1 flex- col
190188 >
191189 <TierList
192190 :default-option =" 0"
You can’t perform that action at this time.
0 commit comments