Skip to content

Commit

Permalink
feat: layout changes per design
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Holloway authored and Matthew Holloway committed Nov 6, 2024
1 parent e3cb6f5 commit 4a0eea5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/components/SearchFilter.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<form
class="flex flex-col gap-5 text-base text-grey-800 pt-3 lg:pt-0 pl-5 lg:pl-10"
class="flex flex-col gap-5 text-base text-grey-800 pt-3 lg:pt-0 pl-5 lg:pl-0"
>
<Heading level="2" style-level="4" class="hidden lg:block">Filter</Heading>

Expand Down
8 changes: 4 additions & 4 deletions client/pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
</template>

<div class="container mx-auto flex flex-row items-start py-5">
<div class="w-full lg:w-1/2">
<div class="hidden lg:w-1/3 lg:block">
<SearchFilter />
</div>
<div class="w-full lg:w-2/3">
<div class="flex flex-row justify-between items-center">
<Heading
level="2"
Expand Down Expand Up @@ -80,9 +83,6 @@
</li>
</ul>
</div>
<div class="hidden lg:w-1/2 lg:block pl-10">
<SearchFilter class="border-l-2 dark:border-l-gray-500 pl-10" />
</div>
</div>
</NuxtLayout>
</div>
Expand Down

0 comments on commit 4a0eea5

Please sign in to comment.