Skip to content

Commit

Permalink
fix:ui landingPage
Browse files Browse the repository at this point in the history
  • Loading branch information
Chulinuwu committed Dec 22, 2024
1 parent 4731a61 commit e2ea33f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
style="background-image: url({sucuHomeBanner1});"
>
<div
class="w-[650px] h-[263px] max-md:h-[160px] flex flex-col items-center justify-center justify-between"
class="w-[650px] h-[263px] max-md:h-[160px] flex flex-col items-center justify-center "
>
<div
class="w-full h-[192px] max-md:h-[120px] p-2.5 flex flex-col gap-2.5 max-md:gap-1 text-sucu-gray-dark"
Expand All @@ -45,7 +45,7 @@
class={cn(
typography({ variant: 'heading1' }),
'tracking-tight leading-none',
'max-md:text-3xl max-md:font-semibold'
'max-md:text-2xl max-md:font-semibold'
)}
>
สโมสรนิสิต
Expand All @@ -54,7 +54,7 @@
class={cn(
typography({ variant: 'heading1' }),
'tracking-tight leading-none',
'max-md:text-3xl max-md:font-semibold'
'max-md:text-2xl max-md:font-semibold'
)}
>
จุฬาลงกรณ์มหาวิทยาลัย
Expand All @@ -63,7 +63,7 @@
class={cn(
typography({ variant: 'body-large' }),
'font-semibold leading-6',
'max-md:text-xs max-md:leading-3'
'max-md:text-xs max-md:leading-3 '
)}
>
Student Union, Chulalongkorn University
Expand All @@ -75,7 +75,7 @@
class={cn(
typography({ variant: 'body-medium' }),
'font-semibold px-9 py-2 leading-5',
'max-md:text-xs max-md:leading-3 max-md:px-3 max-md:py-1.5'
'max-md:text-xs max-md:leading-3 max-md:px-3 max-md:py-1.5 mt-5'
)}
on:click={() => goto(`/info`)}
>
Expand Down

0 comments on commit e2ea33f

Please sign in to comment.