diff --git a/src/components/Home.jsx b/src/components/Home.jsx index 9c319dd..1a0bdf1 100644 --- a/src/components/Home.jsx +++ b/src/components/Home.jsx @@ -13,7 +13,7 @@ function Home() { Passionate about development, I am currently looking for an opportunity to put my skills into practice and continue learning.

- Download my CV + Download my CV ); diff --git a/src/styles/Experiences.css b/src/styles/Experiences.css index e7b9a2c..b85094f 100644 --- a/src/styles/Experiences.css +++ b/src/styles/Experiences.css @@ -3,6 +3,7 @@ flex-direction: column; align-items: center; width: 100%; + scroll-margin-top: 80px; } .experiences-container { diff --git a/src/styles/Projects.css b/src/styles/Projects.css index 80032fb..43bb802 100644 --- a/src/styles/Projects.css +++ b/src/styles/Projects.css @@ -1,7 +1,7 @@ #projects-section{ display: flex; flex-direction: column; - scroll-margin-top: 40px; + scroll-margin-top: 80px; margin-top: 100px; } diff --git a/src/styles/Skills.css b/src/styles/Skills.css index 79f26eb..52b935f 100644 --- a/src/styles/Skills.css +++ b/src/styles/Skills.css @@ -1,7 +1,7 @@ #skills-section{ display: flex; flex-direction: column; - scroll-margin-top: 40px; + scroll-margin-top: 80px; margin-top: 100px; }