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