Browse Source

fixed anchor links responsive visibility

Bachir Soussi Chiadmi 7 years ago
parent
commit
63598ff963

+ 1 - 1
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: 85.4375em) {
+  @media only screen and (min-width: 64.0625em) {
     #thematique-anchor-links {
       display: block; } }
   #thematique-anchor-links ul {

+ 1 - 1
sites/all/themes/figureslibres/clameurs/css/styles.scss

@@ -194,7 +194,7 @@ $header_height_large:400px;
 
 #thematique-anchor-links{
 	display:none;
-	@media #{$xlarge-up} {
+	@media #{$large-up} {
 		display:block;
 	}