diff --git a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css b/sites/all/themes/figureslibres/clameurs/css/dist/styles.css index 7bec5f06..99ec5f95 100755 --- a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css +++ b/sites/all/themes/figureslibres/clameurs/css/dist/styles.css @@ -127,7 +127,7 @@ input { #thematique-anchor-links { display: none; padding: 2em 0 4em; } - @media only screen and (min-width: 64.0625em) { + @media only screen and (min-width: 40.0625em) { #thematique-anchor-links { display: block; } } #thematique-anchor-links ul { diff --git a/sites/all/themes/figureslibres/clameurs/css/styles.scss b/sites/all/themes/figureslibres/clameurs/css/styles.scss index 15186676..93fd31cc 100755 --- a/sites/all/themes/figureslibres/clameurs/css/styles.scss +++ b/sites/all/themes/figureslibres/clameurs/css/styles.scss @@ -194,7 +194,7 @@ $header_height_large:400px; #thematique-anchor-links{ display:none; - @media #{$large-up} { + @media #{$medium-up} { display:block; }