Search bar is too wide on mobile

This commit is contained in:
Johannes Zellner
2025-01-07 11:46:50 +01:00
parent f1b9ce61e1
commit 12d9e6b618
+1 -1
View File
@@ -85,7 +85,7 @@ onMounted(async () => {
}
.filter-bar {
width: 100%;
width: 90%;
display: flex;
justify-content: center;
margin-bottom: 30px;