Skip to content

Commit

Permalink
style: ヘッダーのフォントサイズを変更し画像にドロップシャドウを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
namidapoo committed Jan 3, 2025
1 parent f059121 commit 1273fde
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 1273fde

Please sign in to comment.