fix: center unique image on articles
This commit is contained in:
parent
f92bdca3da
commit
61bc6ca27b
2 changed files with 10 additions and 0 deletions
|
@ -34,4 +34,11 @@
|
|||
margin-bottom: $lineheight / 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-image {
|
||||
&.size-full,
|
||||
&.size-large {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
|
@ -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;
|
||||
|
|
Reference in a new issue