From f43c55f89aab57720892817b048ffdb15773ce2c Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 11 May 2019 21:11:11 +0200 Subject: Make sure images don't overflow sidebars. --- app/assets/stylesheets/hmno_sidebars.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/hmno_sidebars.scss b/app/assets/stylesheets/hmno_sidebars.scss index dbc68ab..8a47f9f 100644 --- a/app/assets/stylesheets/hmno_sidebars.scss +++ b/app/assets/stylesheets/hmno_sidebars.scss @@ -33,6 +33,10 @@ h2 { @include sidebar-headers; } + img { + max-width: 95%; + height: auto; + } #tags, #categories, #rss_feed_subscribe { margin-left: 5px; } -- cgit v1.2.3