fixed anchor links responsive for medium

This commit is contained in:
2017-03-13 14:54:42 +01:00
parent 44791ccf96
commit ab93a3a28b
2 changed files with 2 additions and 2 deletions
@@ -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 {
@@ -194,7 +194,7 @@ $header_height_large:400px;
#thematique-anchor-links{
display:none;
@media #{$large-up} {
@media #{$medium-up} {
display:block;
}