Skip to content

Commit

Permalink
Merge pull request #42 from namidapoo/style/top-page
Browse files Browse the repository at this point in the history
style: トップページのスタイル修正
  • Loading branch information
namidapoo authored Jan 3, 2025
2 parents f059121 + 1273fde commit f67f263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default async function Home() {
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 min-h-dvh px-4 text-accent-foreground items-center justify-items-center -mt-24">
<div className="col-span-1 w-full max-w-md text-center space-y-2">
<div className="space-y-8">
<h1 className="font-bold text-2xl text-blue-600 lg:text-5xl">
<h1 className="font-bold text-4xl text-blue-600 lg:text-5xl">
Dev Recap 2024
</h1>
<div className="space-y-2">
Expand Down Expand Up @@ -61,7 +61,7 @@ export default async function Home() {
alt="Overview"
width={700}
height={800}
className="w-full h-auto mx-auto rounded-md"
className="w-full h-auto mx-auto rounded-md drop-shadow-xl"
priority
/>
</div>
Expand Down

0 comments on commit f67f263

Please sign in to comment.