Fit content images to narrow width
This commit is contained in:
parent
6d145800a8
commit
a529cdd6bb
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ hr {
|
|||
}
|
||||
|
||||
.octo-block img {
|
||||
width: calc(100% - 20px);
|
||||
max-width: 500px;
|
||||
max-height: 500px;
|
||||
margin: 5px 0;
|
||||
|
|
Loading…
Reference in a new issue