From 4642f33e0a4197df8fab41760face4610a8724b9 Mon Sep 17 00:00:00 2001 From: asus Date: Tue, 28 May 2024 11:21:54 +0200 Subject: [PATCH] fixed error in cv download id --- index.html | 4 ++-- styles/elements/cv.css | 8 +++++++- styles/elements/hero.css | 4 ---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 7fc2f41..1bb1f00 100644 --- a/index.html +++ b/index.html @@ -105,8 +105,8 @@ hide the CV - télécharger en pdf - download in pdf + télécharger en pdf + download in pdf

COMPÉTENCES SKILLS diff --git a/styles/elements/cv.css b/styles/elements/cv.css index e27c469..532ecf8 100644 --- a/styles/elements/cv.css +++ b/styles/elements/cv.css @@ -13,7 +13,6 @@ list-style-type: "▸ "; font-size: 1.8rem; margin: auto; - margin-bottom: 30px; width: fit-content; } .cv summary .open { @@ -23,6 +22,13 @@ display: inline; } +.cv .cv_download { + display: inline-block; + width: 100%; + margin-top: 30px; + text-align: center; +} + .cv[open] summary { list-style-type: "▾ "; } diff --git a/styles/elements/hero.css b/styles/elements/hero.css index 1a2424a..b6185b5 100644 --- a/styles/elements/hero.css +++ b/styles/elements/hero.css @@ -13,7 +13,3 @@ #hero .subtitle { text-align: center; } -#hero .cv #cv_download { - margin-top: 20px; - text-align: center; -}