added image bounding for posts
This commit is contained in:
parent
72b99bb748
commit
585826a60f
@ -101,3 +101,8 @@ 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;
|
||||
}
|
||||
Reference in New Issue
Block a user