mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:08:44 +08:00
20780a1eee
This reverts commite62a85cf6f
, reversing changes made to2660c2e21d
.
14 lines
330 B
SCSS
14 lines
330 B
SCSS
// --------------------------------------------------
|
|
// Banner
|
|
// --------------------------------------------------
|
|
|
|
#banner {
|
|
// go full width on mobile, by extending into the 10px wrap
|
|
// borders on left and right
|
|
margin: 0 -10px;
|
|
max-height: 180px;
|
|
@media all and (max-height: 499px) {
|
|
max-height: 100px;
|
|
}
|
|
}
|