2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

make #banner full width on mobile

This commit is contained in:
Jeff Atwood 2015-10-22 14:37:00 -07:00
parent 1e50883d06
commit 567bc70391

View file

@ -3,7 +3,9 @@
// --------------------------------------------------
#banner {
margin: 10px;
// go full width on mobile, by extending into the 10px wrap
// borders on left and right
margin: 0 -10px;
@media all and (max-height: 499px) {
max-height: 100px;