add basic image support

This commit is contained in:
Philipp Kühn
2018-08-31 20:42:13 +02:00
parent 33575c0856
commit 8e2e037828
8 changed files with 135 additions and 4 deletions

View File

@@ -72,6 +72,12 @@
margin: 0;
}
}
img {
max-width: 100%;
border-radius: 3px;
}
}
}