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

add another breakpoint for small screen sized

parent 538f097e
No related branches found
No related tags found
3 merge requests!2161Translated using Weblate (Spanish),!2152Development,!2151Resolve "Overhaul Imagesearch"
......@@ -328,6 +328,10 @@ a {
grid-template-columns: repeat(3, 1fr);
}
@media(max-width: 550px) {
grid-template-columns: repeat(2, 1fr);
}
grid-template-rows: masonry;
gap: 1rem;
......
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