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

18 lines
266 B
SCSS
Raw Normal View History

2014-08-08 05:31:32 -05:00
// --------------------------------------------------
// Banner
// --------------------------------------------------
#banner {
margin-bottom: 10px;
2014-08-20 15:45:57 -05:00
}
@media all
and (min-width: 1090px) {
2014-08-08 05:31:32 -05:00
width: 1090px;
}
2014-08-20 15:45:57 -05:00
@media all
and (max-width: 1090px) {
width: 100%;
}