From b4de4468c1c75ad60436c6ab2e984d69e2f0888a Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 12 Mar 2023 17:30:00 +0100 Subject: [PATCH] fix: correction affichage des images articles --- scss/_typography.scss | 4 ++++ style.css | 3 +++ 2 files changed, 7 insertions(+) diff --git a/scss/_typography.scss b/scss/_typography.scss index 8181825..d79e764 100644 --- a/scss/_typography.scss +++ b/scss/_typography.scss @@ -132,6 +132,10 @@ article.maintext { padding-bottom: $lineheight; } +.wp-block-image { + text-align:center; +} + /* 2.3 - Titles */ @mixin newTitle($font, $size, $weight) { diff --git a/style.css b/style.css index 2269e21..7c968b3 100644 --- a/style.css +++ b/style.css @@ -388,6 +388,9 @@ ul, ol { article.maintext { padding-bottom: 1.5rem; } +.wp-block-image { + text-align: center; } + /* 2.3 - Titles */ h1, h2, h3, h4, h5, h6, h7 { font-family: Open Sans, sans-serif;