removed justify between in schedule

This commit is contained in:
liyunze 2024-07-18 09:57:42 +10:00
parent d161fb1411
commit d3eeafb705

View file

@ -425,20 +425,12 @@ import StreamScheduleComponent from "../components/sections/StreamSchedule.svelt
<!-- Stream Schedule --> <!-- Stream Schedule -->
<div class="social-card col-span-2 h-fit"> <div class="social-card col-span-2 h-fit">
<div <div
class="social-card-content flex justify-between items-center flex-col p-0 md:p-3" class="social-card-content flex justify-center items-center flex-col p-0 md:p-3"
>
<div>
<h2 class="font-bold text-xl mb-1">
Stream Schedule
</h2>
</div>
<div
class="w-full flex flex-col justify-center items-center"
> >
<h2 class="font-bold text-xl mb-1">Stream Schedule</h2>
<StreamScheduleComponent client:load /> <StreamScheduleComponent client:load />
</div> </div>
</div> </div>
</div>
<!-- Location --> <!-- Location -->
<div class="social-card col-span-2 md:col-span-1 lg:col-span-2"> <div class="social-card col-span-2 md:col-span-1 lg:col-span-2">
<div <div