Skip to content

Commit

Permalink
cleanup: remove min-width for the figure element
Browse files Browse the repository at this point in the history
And format code
  • Loading branch information
GabsEdits committed Jul 18, 2024
1 parent 1108d02 commit 9321fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export default function Home() {
</header>
<section
id="main"
className={`flex min-h-screen flex-col items-center px-10 pb-10 sm:p-4 transition-all ${
className={`flex flex-col items-center px-10 pb-10 sm:p-4 transition-all ${
focusMode ? "p-4 px-8" : ""
}`}
>
Expand Down

0 comments on commit 9321fdf

Please sign in to comment.