Fix image display and size

This commit is contained in:
Daniel Pötzinger
2017-03-31 20:39:10 +02:00
parent f77e1c6d96
commit ffd8a64576
2 changed files with 7 additions and 1 deletions

View File

@@ -38,4 +38,10 @@
font-size: 1.2em;
margin: 1em 0;
}
& img {
max-width: 100%;
margin: 10 0 10 0;
}
}