mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
17 lines
266 B
SCSS
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%;
|
|
}
|