discourse/app/assets/stylesheets/mobile/banner.scss

17 lines
282 B
SCSS
Raw Normal View History

2014-08-08 06:31:32 -04:00
// --------------------------------------------------
// Banner
// --------------------------------------------------
#banner {
margin: 10px;
@media all and (max-height: 499px) {
max-height: 100px;
}
@media all and (min-height: 500px) {
max-height: 180px;
}
2014-08-08 06:31:32 -04:00
}