Improve CSS : adaptive responsive

This commit is contained in:
Dany De Bontridder 2014-03-03 19:36:08 +01:00
parent 88b54a5b74
commit aa46a90ea9
2 changed files with 2 additions and 2 deletions

View file

@ -1424,7 +1424,7 @@ div.box {
font-size:14px;
font-size:0.90rem;
}
@media only screen and (max-width: 1401px) {
@media only screen and (max-width: 1426px) {
div.box {
width: 48%;
height: 380px;

View file

@ -1423,7 +1423,7 @@ div.box {
font-size:14px;
font-size:0.90rem;
}
@media only screen and (max-width: 955px) {
@media only screen and (max-width: 1426px) {
div.box {
width: 48%;
height: 380px;