Skip to content
Snippets Groups Projects
Commit df929fbd authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed width breakpoint of options

parent 823d9d0a
No related branches found
No related tags found
3 merge requests!1937Development,!1919Development,!1918Resolve "Add Breakpoints for image search"
......@@ -615,20 +615,7 @@ a {
align-items: center;
margin-left: -8px;
@media(max-width: 350px) {
flex-direction: row-reverse;
flex-wrap: wrap-reverse;
justify-content: space-around;
>div {
margin-top: 8px;
margin-bottom: 8px;
}
#filter-toggle {
flex-direction: column;
}
}
>div {
margin-left: 8px;
......
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