18 lines
266 B
SCSS
Raw Normal View History

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