added image bounding for posts

This commit is contained in:
Solomon Laing 2021-06-13 19:06:54 +09:30
parent 72b99bb748
commit 585826a60f

View File

@ -100,4 +100,9 @@ span.linenos.special { color: #979797; background-color: #ffffc0; padding-left:
* a:hover { * a:hover {
color: colors.$inklets-color-highlight-fg; color: colors.$inklets-color-highlight-fg;
}
* img {
max-width: 400px;
max-height: 500px;
} }