Skip to content

Commit

Permalink
fix(ui): only apply left-6 on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsaldan committed Dec 31, 2024
1 parent 281c879 commit 4ab1625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function SupportCTA() {
src="/images/nocturne-2.png"
width={1824}
height={1080}
className="absolute left-6 top-0 w-[57rem] max-w-none rounded-md"
className="absolute top-0 w-[57rem] max-w-none rounded-md sm:left-6"
/>
</div>
</div>
Expand Down

0 comments on commit 4ab1625

Please sign in to comment.