Skip to content

Commit

Permalink
more to save
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoGytis committed Oct 16, 2023
1 parent e633f9d commit 4658ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Home() {
<header className="lg:w-1/3">
<NavBar />
</header>
<main className="lg:w-2/3 lg:p-20 lg:pt-0 relative">
<main className="lg:w-2/3 lg:pl-24 relative">
<div className="hidden lg:inline-block falling_line"></div>
<About />
<Education />
Expand Down

0 comments on commit 4658ea1

Please sign in to comment.