CSS : esthetic div.box (dashboard) width : 98%

This commit is contained in:
Dany De Bontridder 2018-02-28 21:53:41 +01:00
parent 943cbd5877
commit 56fb2ce79c

View file

@ -1498,7 +1498,7 @@ div.box {
}
@media only screen and (max-width: 955px) {
div.box {
width: 95%;
width: 98%;
height: 380px;
}
}