Skip to content

Commit

Permalink
Add margin-bottom to filters container for improved spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Feb 18, 2025
1 parent ce47170 commit a2b31d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/Filters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const handleFilterClick = (filter: string) => {
</script>

<template>
<div id="filters">
<div id="filters" class="mb-4">
<UBadge
v-for="filter in validFilters"
:key="filter"
Expand Down

0 comments on commit a2b31d7

Please sign in to comment.