fix: image max-width

This commit is contained in:
Nick
2019-05-24 14:01:08 -04:00
parent 682b7344e5
commit eb1be8a92d
2 changed files with 5 additions and 1 deletions

View File

@@ -464,6 +464,8 @@
// ---------------------------------
img {
max-width: 100%;
&.align-left {
float: left;
margin: 0 1rem 1rem 0;