Skip to content

Commit

Permalink
fix: increase about me gap
Browse files Browse the repository at this point in the history
  • Loading branch information
karolstawowski committed Jun 16, 2024
1 parent a780252 commit a900204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const About = (): JSX.Element => {
id="about"
>
<SectionTitle>About me</SectionTitle>
<div className="py-4 leading-7 whitespace-pre-wrap md:grid-cols-2 md:grid md:gap-x-16">
<div className="py-4 leading-7 whitespace-pre-wrap md:grid-cols-2 md:grid md:gap-x-16 lg:gap-x-20 2xl:gap-x-24">
<p>
Hi, my name is <b>Karol</b>. As a software developer, I have been
sharpening my programming skills for the past{' '}
Expand Down

0 comments on commit a900204

Please sign in to comment.