2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00
discourse/app/assets/stylesheets/mobile/banner.scss

16 lines
282 B
SCSS

// --------------------------------------------------
// Banner
// --------------------------------------------------
#banner {
margin: 10px;
@media all and (max-height: 499px) {
max-height: 100px;
}
@media all and (min-height: 500px) {
max-height: 180px;
}
}