From: Bryan Housel Date: Mon, 4 Jul 2016 03:53:21 +0000 (-0400) Subject: Remove banner for small screens X-Git-Tag: live~3847 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/9598386ab8192147da6afe30c7dbc5f1e7c184b9?ds=inline Remove banner for small screens (closes #1247) --- 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; }