Skip to content
Snippets Groups Projects
Commit 7c93954f authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix gallery view

parent 92663c46
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,11 @@
}
.pluginmarket_galery {
list-style-type: none;
.flex();
.flex-direction-row();
.flex-wrap(wrap);
.flex-justify-content(center);
.flex-align-items(stretch);
> .image {
padding: 5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment