fix: modify css selector to make images center-aligned
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user