Skip to content

Commit

Permalink
Update biography.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rNLKJA committed Dec 29, 2023
1 parent e25a651 commit b4678c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/layout/about-me/biography.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ import { Fade, Zoom } from "react-awesome-reveal";

export default function Biography() {
return (
<div className="flex flex-col py-10 px-4">
<h2>🐾 Paws and Progress The Journey Begins</h2>
<div className="flex flex-col py-10 px-4 gap-3">
<h2 className="leading-20">🐾 Paws and Progress The Journey Begins</h2>

<Fade triggerOnce>
<Section1 />
</Fade>
Expand Down

0 comments on commit b4678c0

Please sign in to comment.