From abaad74acbbd37656d05164b5a8a982867673f9b Mon Sep 17 00:00:00 2001 From: "maxime.batista" Date: Tue, 2 Apr 2024 14:21:37 +0200 Subject: [PATCH] make cv downloadable --- src/App.tsx | 7 ++++++- src/style/main-content.css | 11 ++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 290f8fc..c44dd1b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -68,7 +68,12 @@ function App() {

My CV

- {"cv"}/ + + {"cv"}/ + + + Téléchargez le PDF +

Projects

diff --git a/src/style/main-content.css b/src/style/main-content.css index d129e26..62c0404 100644 --- a/src/style/main-content.css +++ b/src/style/main-content.css @@ -39,10 +39,19 @@ justify-content: space-between; } -#header-content a { +a { color: white; } +#cv { + display: flex; + flex-direction: column; +} + +#cv a { + text-align: center; +} + #content { width: 100%;