From a529cdd6bbd6d64e491c945d05169f9a02b3d590 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Tue, 1 Dec 2020 11:09:03 -0800 Subject: [PATCH] Fit content images to narrow width --- webapp/src/styles/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/styles/main.scss b/webapp/src/styles/main.scss index f005db3ae..b65f89f11 100644 --- a/webapp/src/styles/main.scss +++ b/webapp/src/styles/main.scss @@ -177,6 +177,7 @@ hr { } .octo-block img { + width: calc(100% - 20px); max-width: 500px; max-height: 500px; margin: 5px 0;