misc: don't put two graphs on the same line below a certain size

This commit is contained in:
Frédéric Péters 2016-02-24 14:57:29 +01:00
parent 6525e58851
commit c39f9d31e9
1 changed files with 7 additions and 5 deletions

View File

@ -82,11 +82,13 @@ div.cell div.loading.error-loading::after {
content: none;
}
div#page-content div.cubesbarchart {
width: 49%;
margin-right: 1%;
float: left;
height: 350px;
@media screen and (min-width: 1586px) {
div#page-content div.cubesbarchart {
width: 49.5%;
margin-right: 0.5%;
float: left;
height: 350px;
}
}
@media print {