mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 19:34:09 +08:00
10 lines
195 B
SCSS
10 lines
195 B
SCSS
// --------------------------------------------------
|
|
// Banner
|
|
// --------------------------------------------------
|
|
|
|
#banner {
|
|
margin-bottom: 1em;
|
|
max-width: 1090px;
|
|
max-height: 250px;
|
|
}
|