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,18 +425,10 @@ 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>
<h2 class="font-bold text-xl mb-1"> <StreamScheduleComponent client:load />
Stream Schedule
</h2>
</div>
<div
class="w-full flex flex-col justify-center items-center"
>
<StreamScheduleComponent client:load />
</div>
</div> </div>
</div> </div>
<!-- Location --> <!-- Location -->