Skip to content

Commit 2e29bba

Browse files
committed
update width screen to width full to fix overflow scroll
1 parent 5dd78fd commit 2e29bba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function About() {
1111
id="about"
1212
variants={fadeInUp}
1313
as="section"
14-
className="min-h-[100svh] flex items-center justify-center text-white text-center px-4 w-screen p-10"
14+
className="min-h-[100svh] flex items-center justify-center text-white text-center px-4 w-full p-10"
1515
>
1616
<div className="flex flex-col">
1717
<SectionTitle title="About Me" />

src/pages/skills.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function Skills() {
99
id="skills"
1010
preset="hero"
1111
as="section"
12-
className="min-h-[100svh] flex items-center justify-center text-white text-center px-4 w-screen p-10 relative"
12+
className="min-h-[100svh] flex items-center justify-center text-white text-center px-4 w-full p-10 relative"
1313
>
1414
<div className="container mx-auto">
1515
<SectionTitle title="Skill Set" />

0 commit comments

Comments
 (0)