hide the container of the current object name in the navigation bar in smaller sizes
This commit is contained in:
parent
b6ad4f7ca6
commit
717fde3a34
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
/* nav [data-result-content="*"] {
|
/* nav [data-result-content="*"] {
|
||||||
|
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
article[data-result-linked="filters"] > h2 {
|
article[data-result-linked="filters"] > h2 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a[data-result-linked="filters"] > * {
|
nav a[data-result-linked="filters"] {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 992px) {
|
@media only screen and (max-width: 992px) {
|
||||||
|
@ -16,7 +16,7 @@ a[data-result-linked="filters"] > * {
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) {
|
@media only screen and (min-width: 992px) {
|
||||||
a[data-result-linked="filters"] > * {
|
nav a[data-result-linked="filters"] {
|
||||||
display: block;
|
display: block !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue