Skip to content

fix(ui): space the beans and brews filter bar from the content below - #34

Merged
jpizquierdo merged 1 commit into
mainfrom
fix/beans-brews-filter-spacing
Jul 28, 2026
Merged

fix(ui): space the beans and brews filter bar from the content below#34
jpizquierdo merged 1 commit into
mainfrom
fix/beans-brews-filter-spacing

Conversation

@jpizquierdo

Copy link
Copy Markdown
Owner

Closes #33.

The filter row on /beans and /brews sat flush against the card grid. It now carries mb-6, the same gap PageHeader already puts under the page title — so the three things that render in that slot (the grid, the loading skeletons and the empty state) are all spaced consistently.

Kept to a margin on the two filter rows rather than a space-y-6 on <main>: every page in routes/_app/ spaces its own siblings explicitly (mt-6, mt-8 mb-4, PageHeader's mb-6), so a container-level rule would stack with all of those and shift spacing on pages that are currently fine.

npm run lint and npm run build pass. Not verified in a browser — it is a one-class margin change.

@jpizquierdo
jpizquierdo merged commit 691905f into main Jul 28, 2026
2 checks passed
@jpizquierdo
jpizquierdo deleted the fix/beans-brews-filter-spacing branch July 28, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No spacing between the filter bar and the cards on Beans and Brews

1 participant