Skip to content

Commit

Permalink
Better responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jun 23, 2024
1 parent 16d2b74 commit fd1104b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Home() {
return (
<div className="min-h-screen w-full bg-sky-950 flex flex-col items-center">
<Header />
<main className="w-full max-w-[2200px] flex flex-col items-center p-4 space-y-4">
<main className="w-full max-w-[2200px] flex flex-col items-center p-4 md:p-12 space-y-4">
<div className="flex flex-col items-center text-center mb-4">
<picture>
<img
Expand Down

0 comments on commit fd1104b

Please sign in to comment.