@@ -95,7 +95,7 @@
- Formations informatique
+ Formations informatique
- École 42, Paris, 2021-2022, tronc commun - niveau 10 (C, C++, système, algorithime, réseaux)
@@ -104,7 +104,7 @@
- Projets informatique
+ Projets informatique
- Full-stack, reprise d’un site d’artistes en php, , 2021
@@ -114,7 +114,7 @@
- Outils informatiques
+ Outils informatiques
- Langages : C, HTML, CSS, C++, JavaScript, script bash, PHP, Svelte, TypeScript
@@ -124,7 +124,7 @@
- Bénévolat
+ Bénévolat
- Formateur contraception testiculaire, ZEROMILLIONS, Paris, France, 2021-2023
@@ -134,7 +134,7 @@
- Études d’architecture
+ Études d’architecture
- Master 1, ENSAPM, ESA, ENSAV, île-de-france, France, 2008-2014
@@ -143,7 +143,7 @@
- Centres d'intérêts
+ Centres d'intérêts
- Vélo : longs voyages à vélo, construction de vélos retro-directs
diff --git a/styles/elements/cv.css b/styles/elements/cv.css
index 1f161cc..15a88f1 100644
--- a/styles/elements/cv.css
+++ b/styles/elements/cv.css
@@ -20,7 +20,7 @@
margin: 10px 0px;
}
#cv details ul {
- padding-left: 35px;
+ padding-left: 53px;
}
#cv summary + * {
margin-top: 10px;
diff --git a/styles/style.css b/styles/style.css
index 938017d..f8622b2 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -1,7 +1,9 @@
-html {
- font-size: 62.5%;
-}
+
:root {
+ --base_font_size: 62.5%;
+}
+html {
+ font-size: var(--base_font_size);
}
body {
overflow-x: hidden;
diff --git a/styles/text.css b/styles/text.css
index 3c9044d..d2e6186 100644
--- a/styles/text.css
+++ b/styles/text.css
@@ -15,13 +15,13 @@ body, pre {
font-style: normal;
}
@media screen and (min-width: 500px) {
- body, pre {
- font-size: 1.8rem;
+ html {
+ font-size: calc(var(--base_font_size) * 1.2);
}
}
ul {
display: block;
- list-style-type: "• ";
+ list-style-type: "• ";
padding-left: 20px;
/*
list-style-position: inside;
@@ -32,7 +32,7 @@ li {
display: list-item;
}
li::marker {
- font-size: 1.2rem;
+ font-size: 1.8rem;
}
details summary {
/*