From 585826a60fc83d77acf74b23937d7c460a640144 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 13 Jun 2021 19:06:54 +0930 Subject: [PATCH] added image bounding for posts --- src/styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index 9058cd3..74adf1a 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -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; } \ No newline at end of file