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
|
@ -6,8 +6,8 @@ article[data-result-linked="filters"] > h2 {
|
|||
display: none;
|
||||
}
|
||||
|
||||
a[data-result-linked="filters"] > * {
|
||||
display: none;
|
||||
nav a[data-result-linked="filters"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
|
@ -16,7 +16,7 @@ a[data-result-linked="filters"] > * {
|
|||
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
a[data-result-linked="filters"] > * {
|
||||
display: block;
|
||||
nav a[data-result-linked="filters"] {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue