Skip to content
Snippets Groups Projects
Commit 0d0ca69d authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Mobile Ansicht der Ergebnisseite optimiert

parent 99641336
No related branches found
No related tags found
1 merge request!1292Resolve "Navigationselemente aus der Mobilversion der Ergebnisseite entfernen"
......@@ -146,6 +146,9 @@
font-weight: normal;
flex-grow: 1;
text-align: right;
@media (max-width: 499px) {
display: none;
}
}
}
&.ad .ad-label {
......
......@@ -174,6 +174,17 @@
}
}
.resultpage-searchbar {
.search-input-submit {
#search-lang,
#search-key {
@media (max-width: @screen-xs-max) {
display: none;
}
}
}
}
header:nth-child(1) {
@media (max-width: 1400px) {
position: relative;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment