Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
claireolmstead committed Oct 28, 2024
1 parent 9998ebe commit 7067860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SectionNumber.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</script>

<div
class={`absolute -rotate-90 text-[150px] font-black leading-none ${isLeft ? 'sm:-left-3' : 'sm:-right-3'} md:text-[100px] bottom-0 sm:text-[85px] lg:-right-6 lg:left-[auto] ${classes}`}
class={`absolute -rotate-90 text-[150px] font-black leading-none ${isLeft ? 'sm:-left-3' : 'sm:-right-3'} bottom-0 sm:text-[85px] md:text-[100px] lg:-right-6 lg:left-[auto] ${classes}`}
>
<slot />
</div>

0 comments on commit 7067860

Please sign in to comment.