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,13 +158,11 @@ main {
}
}
p {
> a.popup {
a.popup {
&:not(.normal):not(.left):not(.right) {
@include mx.align-center;
}
}
}
.categories,
#tags,