Skip to content

Commit

Permalink
Fix spacing post-breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkthmpsn committed May 7, 2024
1 parent 6f71a62 commit df182ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const HomePage = () => {
<span className="font-bold tracking-wide"> Thompson</span>
</span>
</div>
<div className="grid grid-cols-6 grid-rows-2 mt-16 md:mt-2">
<div className="grid grid-cols-6 grid-rows-2 mt-16 md:mt-8">
<div className="col-span-2 md:col-span-3 row-span-1 md:mt-4">
<div className="flex flex-wrap items-center justify-start md:gap-x-8 md:justify-around font-normal text-sm md:text-base lg:text-lg">
<p className="mb-2 leading-tight">
Expand Down

0 comments on commit df182ff

Please sign in to comment.