Skip to content

Commit

Permalink
fix page padding
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosqsilva committed Sep 5, 2024
1 parent 750bcf0 commit bd00635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function SearchResult() {

<div class="flex-1 bg-zinc-50">
<main class="flex gap-6 h-full container mx-auto">
<div class="hidden md:block max-w-56 pt-6 pr-4">
<div class="hidden md:block max-w-56 pt-6 pl-4">
<FilterOptions
onChange={(filters) => {
setSearchStore("searchFilter", filters);
Expand Down

0 comments on commit bd00635

Please sign in to comment.