mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
make #banner full width on mobile
This commit is contained in:
parent
1e50883d06
commit
567bc70391
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue