Skip to content

Commit

Permalink
fix(about): add spacing between description content and title
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Mar 2, 2024
1 parent 3cd338c commit 2cde60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/about/sections/about-me.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function AboutMe() {
<div className="flex justify-center md:hidden">
<ImageCard mobile />
</div>
<div className="about-rendered-mdx flex flex-col gap-3 text-xl md:text-left">
<div className="about-rendered-mdx my-5 flex flex-col gap-3 text-xl md:text-left">
<MDXContent code={aboutMe.content} />
</div>
<div className="mt-12 flex items-center justify-center gap-3 md:mt-6 md:flex-row-reverse md:justify-end">
Expand Down

0 comments on commit 2cde60b

Please sign in to comment.