Skip to content

Commit cef4ca5

Browse files
committed
updated padding for projects and skills section
1 parent 6c7b3b8 commit cef4ca5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/Projects.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const Projects = (props: ProjectsProps) => {
1313
<div id="projects" className="text-center">
1414
<div className="container">
1515
<div className="section-title">
16+
<div style={{ padding: "40px" }}></div>
1617
<h2>Projects</h2>
1718
<p>Here are some of the projects I have worked on.</p>
1819
</div>

src/components/Skills.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const Skills = (props: SkillsProps) => {
3535
<div id="skills" className="text-center">
3636
<div className="container">
3737
<div className="section-title">
38+
<div style={{ padding: "40px" }}></div>
3839
<h2>My Skills</h2>
3940
<p>Here are some of the skills used for this site.</p>
4041
</div>

0 commit comments

Comments
 (0)