fix: stijl consistent leerpaden

This commit is contained in:
Gabriellvl 2025-05-15 19:31:38 +02:00
parent e6f05364f3
commit 4600e5dd9e
4 changed files with 41 additions and 46 deletions

View file

@ -31,4 +31,9 @@
></v-text-field>
</template>
<style scoped></style>
<style scoped>
.search-field {
width: 25%;
min-width: 300px;
}
</style>

View file

@ -53,9 +53,9 @@
white-space: normal;
}
.results-grid {
margin: 20px;
margin: 20px auto;
display: flex;
align-items: stretch;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}