mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 10:47:46 -05:00
make #banner full width on mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user