fix: center unique image on articles

This commit is contained in:
Kazhnuz 2023-05-20 14:53:05 +02:00
parent f92bdca3da
commit 61bc6ca27b
2 changed files with 10 additions and 0 deletions

View file

@ -34,4 +34,11 @@
margin-bottom: $lineheight / 4; margin-bottom: $lineheight / 4;
} }
} }
}
.wp-block-image {
&.size-full,
&.size-large {
text-align: center;
}
} }

View file

@ -3034,6 +3034,9 @@ ul.social {
display: inline-block; display: inline-block;
margin-bottom: 0.4rem; } margin-bottom: 0.4rem; }
.wp-block-image.size-full, .wp-block-image.size-large {
text-align: center; }
#mobile-sidebar { #mobile-sidebar {
position: fixed; position: fixed;
top: 0; top: 0;