mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
removed justify between in schedule
This commit is contained in:
parent
d161fb1411
commit
d3eeafb705
1 changed files with 3 additions and 11 deletions
|
|
@ -425,18 +425,10 @@ import StreamScheduleComponent from "../components/sections/StreamSchedule.svelt
|
|||
<!-- Stream Schedule -->
|
||||
<div class="social-card col-span-2 h-fit">
|
||||
<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"
|
||||
>
|
||||
<StreamScheduleComponent client:load />
|
||||
</div>
|
||||
<h2 class="font-bold text-xl mb-1">Stream Schedule</h2>
|
||||
<StreamScheduleComponent client:load />
|
||||
</div>
|
||||
</div>
|
||||
<!-- Location -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue