fix: correction affichage des images articles

This commit is contained in:
Kazhnuz Klappsthul 2023-03-12 17:30:00 +01:00
parent 8051a2b947
commit b4de4468c1
2 changed files with 7 additions and 0 deletions

View File

@ -132,6 +132,10 @@ article.maintext {
padding-bottom: $lineheight;
}
.wp-block-image {
text-align:center;
}
/* 2.3 - Titles */
@mixin newTitle($font, $size, $weight) {

View File

@ -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;