Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into fix/updateDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 committed Mar 7, 2024
2 parents fc5f41c + 8497122 commit 35695c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/layout/BackgroundHexagon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{#if position === 'right'}
<img
alt="NIAEFEUP hexagon logo"
class="fixed -right-24 h-full overflow-hidden pb-40 pt-20 sm:right-0 sm:pb-32"
class="fixed -right-24 -z-10 h-full overflow-hidden pt-20 pb-40 sm:right-0 sm:pb-32"
src="/images/outline_white.png"
/>
{:else}
<img
alt="NIAEFEUP hexagon logo"
class="pointer-events-none fixed -left-24 h-full overflow-hidden pb-40 pt-20"
class="pointer-events-none fixed -left-24 -z-10 h-full overflow-hidden pt-20 pb-40"
src="/images/outline_white_180.png"
/>
{/if}

0 comments on commit 35695c4

Please sign in to comment.