Skip to content

Commit

Permalink
Fix CCC logo in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
1yne committed Oct 23, 2024
1 parent ce778d7 commit a9485a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
>
<div class="committeeLogo" style:--logo="logo-{logo.name}">
{#if logo.name === 'CCC'}
<img src="/CCCLogoEdited.png" alt="" class="w-[300px]" />
<img src="/CCCLogoEdited.png" alt="" class="min-w-[200px]" />
{:else}
<svelte:component this={logo.logo} {...props}></svelte:component>
{/if}
Expand Down

0 comments on commit a9485a4

Please sign in to comment.