Skip to content

Commit

Permalink
Fix a layout issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaunders committed Nov 23, 2023
1 parent 1a831ed commit 5d62df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function ({ latestPost, featuredProject, ...pageProps }: Props) {
style={{
display: "grid",
gridTemplateColumns:
"repeat(auto-fit, minmax(32ch, 1fr))",
"repeat(auto-fit, minmax(min(32ch, 100%), 1fr))",
gap: "2em",
}}
>
Expand Down

0 comments on commit 5d62df2

Please sign in to comment.