Skip to content

Commit

Permalink
Merge pull request #275 from NIAEFEUP/fix/background-hexagon
Browse files Browse the repository at this point in the history
Fix/background hexagon
  • Loading branch information
MRita443 authored Mar 7, 2024
2 parents b820ff3 + f75dcbb commit 8497122
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 pt-20 pb-40 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 pt-20 pb-40"
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 8497122

Please sign in to comment.