Ensure images don't overflow post container.

This commit is contained in:
Dominik Picheta 2018-05-22 00:13:32 +01:00
commit 9420adb003

View file

@ -340,6 +340,12 @@ $views-color: #545d70;
}
}
.post-content {
img {
max-width: 100%;
}
}
.post-buttons {
float: right;