We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4ee20 commit b3b2209Copy full SHA for b3b2209
1 file changed
src/pages/index.astro
@@ -21,7 +21,7 @@ import Event from '@/components/cards/Event.astro';
21
<Slide class='bg-[#bea689ff]' innerClass='p-10 text-center' color='bg-[#bea689ff]'>
22
<h4 class='text-3xl font-[EUR42] text-white'>Numbers managed by Alis</h4>
23
<div class='container mx-auto max-w-screen-lg px-4'>
24
- <ul class='flex flex-row justify-around py-5 gap-5'>
+ <ul class='flex flex-col lg:flex-row justify-around py-5 gap-5'>
25
<li class='min-w-50 aspect-square text-center rounded-2xl shadow-xl p-10 text-white'>200.000 Tons per year</li>
26
<li class='min-w-50 aspect-square rounded-2xl shadow-xl text-center p-10 text-white'>5 Shipment per week</li>
27
0 commit comments