fixed anchor links responsive visibility
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user