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

COMUNNITY_default_responsive_mode : switch max-device-width to max-width to...

COMUNNITY_default_responsive_mode : switch max-device-width to max-width to allow responsive when resizing web-browser
parent 541fd2f2
Branches
Tags
2 merge requests!988Comunnity default responsive mode,!965Comunnity default responsive mode
@media screen and (max-device-width: 1024px) {
@media screen and (max-width: 1024px) {
/** FORCED RULES **/
#banniere,
......@@ -424,7 +424,7 @@
@media screen and (max-device-width: 580px) {
@media screen and (max-width: 580px) {
#abonne_edit,
#abonne_edit > *,
......
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