We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7b3b8 commit cef4ca5Copy full SHA for cef4ca5
src/components/Projects.tsx
@@ -13,6 +13,7 @@ const Projects = (props: ProjectsProps) => {
13
<div id="projects" className="text-center">
14
<div className="container">
15
<div className="section-title">
16
+ <div style={{ padding: "40px" }}></div>
17
<h2>Projects</h2>
18
<p>Here are some of the projects I have worked on.</p>
19
</div>
src/components/Skills.tsx
@@ -35,6 +35,7 @@ const Skills = (props: SkillsProps) => {
35
<div id="skills" className="text-center">
36
37
38
39
<h2>My Skills</h2>
40
<p>Here are some of the skills used for this site.</p>
41
0 commit comments