Skip to content

Commit 02a30bc

Browse files
committed
article ai
1 parent 6327c16 commit 02a30bc

12 files changed

Lines changed: 15 additions & 14 deletions

src/components/pages/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import contentData from '../../data/content';
55

66
export function About() {
77
return (
8-
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
8+
<div className="min-h-screen pt-48 sm:pt-24 lg:pt-32">
99
<div className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-12 pt-6 sm:pt-8 lg:pt-12 pb-16 sm:pb-24 lg:pb-32">
1010
{/* Main Content */}
1111
<motion.div

src/components/pages/Accessibility.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function Accessibility() {
2626
});
2727

2828
return (
29-
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
29+
<div className="min-h-screen pt-48 sm:pt-24 lg:pt-32">
3030
{/* Hero Section */}
3131
<section className="py-16 lg:py-24 bg-gradient-to-b from-blue-50/30 via-white to-white">
3232
<div className="max-w-7xl mx-auto px-6 lg:px-12">

src/components/pages/Contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function Contact() {
3737
}));
3838

3939
return (
40-
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
40+
<div className="min-h-screen pt-48 sm:pt-24 lg:pt-32">
4141
{/* Hero Section */}
4242
<section className="py-16 lg:py-24 bg-gradient-to-b from-background to-blue-50/20">
4343
<div className="max-w-7xl mx-auto px-6 lg:px-12">

src/components/pages/Experience.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function Experience() {
3333
};
3434

3535
return (
36-
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
36+
<div className="min-h-screen pt-48 sm:pt-24 lg:pt-32">
3737
{/* Hero Section */}
3838
<section className="py-16 lg:py-24 bg-gradient-to-b from-background to-blue-50/20">
3939
<div className="max-w-7xl mx-auto px-6 lg:px-12">

src/components/pages/Impact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function Impact() {
9090
};
9191

9292
return (
93-
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
93+
<div className="min-h-screen pt-48 sm:pt-24 lg:pt-32">
9494
{/* Header */}
9595
<section className="py-16 lg:py-24 bg-gradient-to-b from-background to-blue-50/20">
9696
<div className="max-w-7xl mx-auto px-6 lg:px-12">

src/components/pages/Photography.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ export function Photography() {
474474
};
475475

476476
return (
477-
<div className="min-h-screen bg-gray-50 pt-36 sm:pt-24 lg:pt-32">
477+
<div className="min-h-screen bg-gray-50 pt-48 sm:pt-24 lg:pt-32">
478478
<main className="max-w-7xl mx-auto px-6 lg:px-12 pt-12 lg:pt-16 pb-32 lg:pb-40">
479479
{/* Welcome Message */}
480480
<div className="mb-8 text-center">

src/components/pages/ProjectDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function ProjectDetail() {
7878
}
7979

8080
return (
81-
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
81+
<div className="min-h-screen pt-48 sm:pt-24 lg:pt-32">
8282
{/* Project Detail Modal */}
8383
<div className="max-w-6xl mx-auto px-4 lg:px-12">
8484
{/* Back Button and Share */}

src/components/pages/Projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function Projects() {
8989
};
9090

9191
return (
92-
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
92+
<div className="min-h-screen pt-48 sm:pt-24 lg:pt-32">
9393
{/* Hero Section */}
9494
<section className="pt-16 lg:pt-24 pb-20 lg:pb-24 bg-gradient-to-b from-background to-blue-50/20">
9595
<div className="max-w-7xl mx-auto px-6 lg:px-12">

src/components/pages/StoriesOfAdventure.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export function StoriesOfAdventure() {
211211
};
212212

213213
return (
214-
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
214+
<div className="min-h-screen pt-48 sm:pt-24 lg:pt-32">
215215
{/* Header */}
216216
<section className="pt-16 lg:pt-24 pb-20 lg:pb-24 bg-gradient-to-b from-background to-blue-50/20">
217217
<div className="max-w-7xl mx-auto px-6 lg:px-12">

src/components/pages/StoryDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export function StoryDetail() {
126126
}
127127

128128
return (
129-
<div className="min-h-screen pt-36 sm:pt-24 lg:pt-32">
129+
<div className="min-h-screen pt-48 sm:pt-24 lg:pt-32">
130130
<div className="max-w-4xl mx-auto px-6 lg:px-12">
131131
{/* Back Button and Share */}
132132
<div className="flex items-center justify-between mb-8">

0 commit comments

Comments
 (0)