diff --git a/index.html b/index.html index a92286f..7b05ceb 100644 --- a/index.html +++ b/index.html @@ -49,41 +49,40 @@ -
-

hugo lamy - programmeur informatique

-
- - -
-
- - -
-
+

+ + @@ -100,15 +99,15 @@ PROJECTS -->
-
- -
+

+

projets réalisés

@@ -142,15 +141,15 @@ CV -->
-
- -
+

+

version pdf

diff --git a/styles/elements/title.css b/styles/elements/title.css index e8fd81d..7e8a0c9 100644 --- a/styles/elements/title.css +++ b/styles/elements/title.css @@ -5,4 +5,7 @@ #title { margin:30px 0px 20px 0px; } +.title { + gap:10px 30px; +} diff --git a/styles/text.css b/styles/text.css index 2336d38..0f53291 100644 --- a/styles/text.css +++ b/styles/text.css @@ -57,7 +57,10 @@ h4 { margin: 20px 0px; font-size: 1.5rem; } h5 { margin: 10px 0px; font-size: 1.25rem; } h6 { margin: 10px 0px; font-size: 1.0rem; } -pre { +p.pre { + white-space: pre; +} +p.pre, pre { line-height: 0.8; font-size: min(2.1vw, 1.0rem); }