Lot of improvements.

This commit is contained in:
2021-08-01 17:19:13 +02:00
parent 935d8fc790
commit 0d9340f220
23 changed files with 368 additions and 65 deletions

View File

@@ -0,0 +1,6 @@
.application-list {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}