Skip to content

Commit 9582c42

Browse files
Merge pull request #28 from madhusudhan1234/homepage
add the required fields
2 parents b6a7515 + 86de712 commit 9582c42

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
1919
<article class="profile-container">
2020
<div class="profile-grid">
2121
<div class="content-side">
22-
<h1>Software Engineer in Japan</h1>
22+
<h1>From Kathmandu to Tokyo – A Developer's Journey</h1>
2323
<section class="about-section">
2424
<h2 class="text-accent">About Me</h2>
2525
<p>

src/styles/global.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,9 @@ img:hover {
170170
}
171171

172172
.content-side h1 {
173-
font-size: 3rem;
173+
font-size: 1.5rem;
174174
font-weight: 800;
175175
line-height: 1.1;
176-
margin-bottom: 3rem;
177176
color: var(--black);
178177
transition: color 0.3s ease;
179178
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
@@ -214,7 +213,7 @@ img:hover {
214213
}
215214

216215
.content-side h1 {
217-
font-size: 3.5rem;
216+
font-size: 1.5rem;
218217
}
219218
}
220219

@@ -245,7 +244,7 @@ img:hover {
245244
}
246245

247246
.content-side h1 {
248-
font-size: 3rem;
247+
font-size: 1.5rem;
249248
margin-bottom: 2rem;
250249
}
251250
}

0 commit comments

Comments
 (0)