fix: center unique image on articles
This commit is contained in:
parent
f92bdca3da
commit
61bc6ca27b
2 changed files with 10 additions and 0 deletions
|
@ -35,3 +35,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.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