14 lines
330 B
SCSS
Raw Normal View History

2014-08-08 12:31:32 +02:00
// --------------------------------------------------
// Banner
// --------------------------------------------------
#banner {
2015-10-22 14:37:00 -07:00
// 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;
}
2014-08-08 12:31:32 +02:00
}