Skip to content

Commit

Permalink
Update Main component layout to include left margin in lg breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Scc33 committed Jul 2, 2024
1 parent 1de4f77 commit 6351ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Main/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class="grid grid-cols-1 lg:grid-cols-2 gap-10 py-8 sm:py-14"
>
<div
class="flex flex-col lg:justify-center text-center lg:text-left gap-6 md:gap-8 lg:gap-10"
class="flex flex-col lg:justify-center text-center lg:text-left gap-6 md:gap-8 lg:gap-10 lg:ml-8"
>
<h2 class="font-semibold text-4xl sm:text-5xl md:text-6xl">
Hi! I'm <span class="poppins text-violet-400">Sean</span>
Expand Down

0 comments on commit 6351ccb

Please sign in to comment.