Skip to content

Commit

Permalink
fix:responsiveFooter
Browse files Browse the repository at this point in the history
  • Loading branch information
Chulinuwu committed Sep 15, 2024
1 parent 966b227 commit 97ce3c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/components/Footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<img src={Sccusvg} alt="sccu icon" width="55" height="55" />
<div class={typography({ variant: 'heading4' })}>สภานิสิตจุฬาลงกรณ์มหาวิทยาลัย</div>

<div class="flex gap-3">
<div class="flex gap-3 items-center">
<Fa icon={faFacebook} />
<div class={typography({ variant: 'body-normal' })}>สภานิสิตจุฬาลงกรณ์มหาวิทยาลัย</div>
</div>

<div class="flex gap-3">
<div class="flex gap-3 items-center">
<Fa icon={faInstagram} />

<div class={typography({ variant: 'body-normal' })}>sapanisitchula</div>
Expand All @@ -31,14 +31,14 @@

<div class={typography({ variant: 'heading4' })}>สภานิสิตจุฬาลงกรณ์มหาวิทยาลัย</div>

<div class="flex gap-3">
<div class="flex gap-3 items-center">
<Fa icon={faFacebook} />
<div class={typography({ variant: 'body-normal' })}>
องค์การบริหารสโมสรนิสิตจุฬาลงกรณ์มหาวิทยาลัย (อบจ.)
</div>
</div>

<div class="flex gap-3">
<div class="flex gap-3 items-center">
<Fa icon={faInstagram} />

<div class={typography({ variant: 'body-normal' })}>sgcu.chula</div>
Expand Down

0 comments on commit 97ce3c5

Please sign in to comment.