fix: correction affichage des images articles
This commit is contained in:
parent
8051a2b947
commit
b4de4468c1
2 changed files with 7 additions and 0 deletions
|
@ -132,6 +132,10 @@ article.maintext {
|
||||||
padding-bottom: $lineheight;
|
padding-bottom: $lineheight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-image {
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
||||||
/* 2.3 - Titles */
|
/* 2.3 - Titles */
|
||||||
|
|
||||||
@mixin newTitle($font, $size, $weight) {
|
@mixin newTitle($font, $size, $weight) {
|
||||||
|
|
|
@ -388,6 +388,9 @@ ul, ol {
|
||||||
article.maintext {
|
article.maintext {
|
||||||
padding-bottom: 1.5rem; }
|
padding-bottom: 1.5rem; }
|
||||||
|
|
||||||
|
.wp-block-image {
|
||||||
|
text-align: center; }
|
||||||
|
|
||||||
/* 2.3 - Titles */
|
/* 2.3 - Titles */
|
||||||
h1, h2, h3, h4, h5, h6, h7 {
|
h1, h2, h3, h4, h5, h6, h7 {
|
||||||
font-family: Open Sans, sans-serif;
|
font-family: Open Sans, sans-serif;
|
||||||
|
|
Reference in a new issue