Merge branch 'develop' into 'master'

added image bounding for posts

See merge request inkletblot/inkletblot-com-v2!11
This commit is contained in:
Solomon Laing 2021-06-13 09:38:52 +00:00
commit 0e22c689c8

View File

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