From 05cfa6d5e08029156a3724ca0acb50fc17de2190 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Thu, 28 Aug 2025 21:34:37 +0200 Subject: [PATCH] repair CV link --- src/components/Home.jsx | 2 +- src/styles/Experiences.css | 1 + src/styles/Projects.css | 2 +- src/styles/Skills.css | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) 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; }