discourse/app/assets/stylesheets/desktop/banner.scss
2014-08-20 22:45:57 +02:00

17 lines
266 B
SCSS

// --------------------------------------------------
// Banner
// --------------------------------------------------
#banner {
margin-bottom: 10px;
}
@media all
and (min-width: 1090px) {
width: 1090px;
}
@media all
and (max-width: 1090px) {
width: 100%;
}