Align app icons to the left on home page

master
David Benqué 2022-05-27 13:22:18 +01:00
parent 32088bf111
commit f5d32a7001
1 changed files with 2 additions and 1 deletions

View File

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