From 727a2fe4ea2447a82967e1791eeb8116e69bd9f9 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 24 Mar 2017 10:23:23 +0100 Subject: restrict height of images in #banner to 1.5 rem --- view/theme/redbasic/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e8e2da40a..3d104f981 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -83,6 +83,11 @@ h6, .h6 { text-overflow: ellipsis; } +#banner img { + max-height: 1.5rem; + width: auto; +} + .jslider { font-family: sans-serif, arial, freesans; } -- cgit v1.2.3