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

Improved: Breite der Suchleiste angepasst

parent c537825b
Branches
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
@search-bar-width: 1000px;
.mg-panel { .mg-panel {
@media(max-width: @screen-sm) { @media(max-width: @search-bar-width) {
width: 100%; width: 100%;
} }
@media(min-width: @screen-sm) { @media(min-width: @search-bar-width) {
width: @screen-sm; width: @search-bar-width;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment