diff --git a/content/pages/about.md b/content/pages/about.md index f9e074a..418d840 100755 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -7,7 +7,7 @@ Summary: About this website > "It is always the Year One here. Only the dating of every past and future year changes each New Year’s Day, as one counts backwards or forwards from the unitary Now." ->Ursula K. Le Guin, *The Left Hand of Darkness*, 1969 +>Ursula K. Le Guin, *The Left Hand of Darkness*, 1969-- diff --git a/output/pages/about.html b/output/pages/about.html index 2e4f219..79977ca 100644 --- a/output/pages/about.html +++ b/output/pages/about.html @@ -16,7 +16,7 @@

"It is always the Year One here. Only the dating of every past and future year changes each New Year’s Day, as one counts backwards or forwards from the unitary Now."

-

Ursula K. Le Guin, The Left Hand of Darkness, 1969

+

Ursula K. Le Guin, The Left Hand of Darkness, 1969--

Better days est un recueil d'images, de sons et de textes sur l'urgence. Il a pris forme pendant le confinement lié à la pandémie de Covid-19 en 2020. Voilà les pensées qui l’accompagnent. Elles ne sont ni nécessaires à sa compréhension, ni réductrices de son sens.

Prévoir, c’est attendre. C’est aussi, de fait, faire une division entre maintenant et plus tard, et par la même occasion, échapper à l’ininterruption des jours. Je passe une grande partie de mon présent à attendre.
diff --git a/output/theme/css/main-v2.css b/output/theme/css/main-v2.css index 36751b9..7d750e8 100755 --- a/output/theme/css/main-v2.css +++ b/output/theme/css/main-v2.css @@ -90,6 +90,8 @@ header{ margin: 10px; max-width: 70%; position: relative; + justify-content: center; + align-items: center; } .vignette:hover h2{ @@ -104,13 +106,11 @@ header{ .vignette h2{ font-family: solidemirage; - font-size: 100px; - bottom: 20px; - left: 50px; + font-size: 80px; position: absolute; visibility: visible; opacity: 0; - color: white; + text-align: center; } .img-menu { diff --git a/themes/felicie/static/css/main-v2.css b/themes/felicie/static/css/main-v2.css index 36751b9..7d750e8 100755 --- a/themes/felicie/static/css/main-v2.css +++ b/themes/felicie/static/css/main-v2.css @@ -90,6 +90,8 @@ header{ margin: 10px; max-width: 70%; position: relative; + justify-content: center; + align-items: center; } .vignette:hover h2{ @@ -104,13 +106,11 @@ header{ .vignette h2{ font-family: solidemirage; - font-size: 100px; - bottom: 20px; - left: 50px; + font-size: 80px; position: absolute; visibility: visible; opacity: 0; - color: white; + text-align: center; } .img-menu {