fix: modify css selector to make images center-aligned

This commit is contained in:
geekifan
2025-05-06 18:37:00 +08:00
parent 752315f1db
commit 43c164231c

View File

@ -158,12 +158,10 @@ main {
} }
} }
p { a.popup {
> a.popup {
&:not(.normal):not(.left):not(.right) { &:not(.normal):not(.left):not(.right) {
@include mx.align-center; @include mx.align-center;
} }
}
} }
.categories, .categories,