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

18 lines
266 B
SCSS
Raw Normal View History

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