mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +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 -->
|
<!-- 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 -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue