소스 검색

fixed anchor links responsive for medium

Bachir Soussi Chiadmi 7 년 전
부모
커밋
ab93a3a28b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      sites/all/themes/figureslibres/clameurs/css/dist/styles.css
  2. 1 1
      sites/all/themes/figureslibres/clameurs/css/styles.scss

+ 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: 64.0625em) {
+  @media only screen and (min-width: 40.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 #{$large-up} {
+	@media #{$medium-up} {
 		display:block;
 	}