Skip to content
Snippets Groups Projects
Commit 552c8519 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

responsive is now on device-width

parent c1c16aa5
Branches
Tags
2 merge requests!999Master,!998Stable
@media screen and (max-width: 1024px) {
@media screen and (max-device-width: 1024px) {
body * {
box-sizing: border-box;
......@@ -683,7 +683,7 @@
@media screen and (max-width: 580px) {
@media screen and (max-device-width: 580px) {
#col_wrapper .colGauche .boite {
width: 100% !important;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment