Improve CSS selector for image

This commit is contained in:
Cotes Chung 2020-12-18 23:13:22 +08:00
parent 557413cc4c
commit 8e0004146b
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ div.post-content .table-wrapper {
> img[data-src] {
margin: 0.5rem 0;
&:not([class]) {
&:not(.normal):not(.left):not(.right) {
@include align-center;
@if $caption {