Align app icons to the left on home page

master
David Benqué 3 years ago
parent 32088bf111
commit f5d32a7001

@ -117,7 +117,8 @@
.cp-app-grid-apps { .cp-app-grid-apps {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-around; justify-content: space-between;
padding: 0 0.8rem;
} }
a { a {
margin: 10px; margin: 10px;

Loading…
Cancel
Save