fixed anchor links responsive for medium
This commit is contained in:
@@ -127,7 +127,7 @@ input {
|
|||||||
#thematique-anchor-links {
|
#thematique-anchor-links {
|
||||||
display: none;
|
display: none;
|
||||||
padding: 2em 0 4em; }
|
padding: 2em 0 4em; }
|
||||||
@media only screen and (min-width: 64.0625em) {
|
@media only screen and (min-width: 40.0625em) {
|
||||||
#thematique-anchor-links {
|
#thematique-anchor-links {
|
||||||
display: block; } }
|
display: block; } }
|
||||||
#thematique-anchor-links ul {
|
#thematique-anchor-links ul {
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ $header_height_large:400px;
|
|||||||
|
|
||||||
#thematique-anchor-links{
|
#thematique-anchor-links{
|
||||||
display:none;
|
display:none;
|
||||||
@media #{$large-up} {
|
@media #{$medium-up} {
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user