diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/hmno_sidebars.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |