1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

Revert "Improve image style (#204)"

This reverts commit 07d29ec9bf52aa65fc5a8bb31f4a7ba643f38f9e.
This commit is contained in:
Cotes Chung 2020-12-14 14:02:32 +08:00
parent d70354021c
commit cc24af11fc

View File

@ -807,7 +807,7 @@ div.post-content .table-wrapper {
word-wrap: break-word; word-wrap: break-word;
@mixin img($caption: false) { @mixin img($caption: false) {
> img:not([style]):not([class]) { > img:not([style]) {
margin: 0.5rem 0; margin: 0.5rem 0;
&:not(.normal):not(.left):not(.right) { &:not(.normal):not(.left):not(.right) {