From 9598386ab8192147da6afe30c7dbc5f1e7c184b9 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 3 Jul 2016 23:53:21 -0400 Subject: [PATCH] Remove banner for small screens (closes #1247) --- app/assets/stylesheets/small.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index c05c73c9d..0152e8b30 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -126,7 +126,8 @@ body.small { } } - #sidebar .welcome { + #sidebar .welcome, + #sidebar #banner { display: none !important; } -- 2.43.2