fix: style issue of built in img macros

This commit is contained in:
charlie
2020-12-30 16:19:40 +08:00
committed by Tienson Qin
parent 3b40abef28
commit 4e496c866b

View File

@@ -10,6 +10,15 @@
img {
max-width: 100%;
/* FIXME: img macros */
&.left {
float: left;
}
&.right {
float: right;
}
}
}