[FIX] Layout: Breite begrenzt
This commit is contained in:
parent
f608225199
commit
db2b06a140
@ -14,3 +14,9 @@
|
||||
.panel-primary > .panel-heading {
|
||||
background-color: #000000 !important;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.container{
|
||||
width:auto;
|
||||
max-width: 1550px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user