Fit content images to narrow width

This commit is contained in:
Chen-I Lim 2020-12-01 11:09:03 -08:00
parent 6d145800a8
commit a529cdd6bb

View file

@ -177,6 +177,7 @@ hr {
}
.octo-block img {
width: calc(100% - 20px);
max-width: 500px;
max-height: 500px;
margin: 5px 0;