mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Improve CSS selector for image
This commit is contained in:
parent
557413cc4c
commit
8e0004146b
@ -810,7 +810,7 @@ div.post-content .table-wrapper {
|
|||||||
> img[data-src] {
|
> img[data-src] {
|
||||||
margin: 0.5rem 0;
|
margin: 0.5rem 0;
|
||||||
|
|
||||||
&:not([class]) {
|
&:not(.normal):not(.left):not(.right) {
|
||||||
@include align-center;
|
@include align-center;
|
||||||
|
|
||||||
@if $caption {
|
@if $caption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user