diff --git a/content/posts/images/lithium_juillet_2025/nuages_de_mots.webp b/content/posts/images/lithium_juillet_2025/nuages_de_mots.webp index 3c08fb7..45aad9f 100644 Binary files a/content/posts/images/lithium_juillet_2025/nuages_de_mots.webp and b/content/posts/images/lithium_juillet_2025/nuages_de_mots.webp differ diff --git a/content/posts/images/terres_rares_juin_2025/Infographie.webp b/content/posts/images/terres_rares_juin_2025/Infographie.webp index e06085c..d4832e2 100644 Binary files a/content/posts/images/terres_rares_juin_2025/Infographie.webp and b/content/posts/images/terres_rares_juin_2025/Infographie.webp differ diff --git a/static/css/custom.css b/static/css/custom.css index 0cb9261..0b27883 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,3 +1,19 @@ +body { + font-size: larger !important; + line-height: 1.8 !important; +} + +article { + max-width: 1024px !important; + margin-left: auto !important; + margin-right: auto !important; +} + +article p { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + article img { display: block; margin-left: auto;