fix: center unique image on articles

This commit is contained in:
Kazhnuz Klappsthul 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;
}
}
}
.wp-block-image {
&.size-full,
&.size-large {
text-align: center;
}
}

View File

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