Remove banner for small screens

(closes #1247)
This commit is contained in:
Bryan Housel 2016-07-03 23:53:21 -04:00
parent 46b899a964
commit 9598386ab8

View file

@ -126,7 +126,8 @@ body.small {
}
}
#sidebar .welcome {
#sidebar .welcome,
#sidebar #banner {
display: none !important;
}