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;