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;
|
||||
}
|
||||
|
||||
.wp-block-image {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
/* 2.3 - Titles */
|
||||
|
||||
@mixin newTitle($font, $size, $weight) {
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue