fixed anchor links responsive visibility

This commit is contained in:
2017-03-12 18:25:03 +01:00
parent 9abd8c5635
commit 63598ff963
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: 85.4375em) {
@media only screen and (min-width: 64.0625em) {
#thematique-anchor-links {
display: block; } }
#thematique-anchor-links ul {
@@ -194,7 +194,7 @@ $header_height_large:400px;
#thematique-anchor-links{
display:none;
@media #{$xlarge-up} {
@media #{$large-up} {
display:block;
}