Give appstore filterbar more padding

This commit is contained in:
Johannes Zellner
2025-03-06 20:18:13 +01:00
parent 263f68554e
commit 7d9f57299c

View File

@@ -136,6 +136,8 @@ onMounted(async () => {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
}
.grid {