Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/finding-maker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ export default function FindingMaker() {
</div>
<div className="w-3/4 flex flex-col gap-[32px] mobile-tablet:w-full mobile:mx-[auto] mobile:w-[327px] tablet:mx-[auto] tablet:w-[600px] tablet:px-[10px] tablet:py-[12px]">
<div className="gap-6">
<div className="pc:ml-auto pc:flex pc:justify-between mobile-tablet:flex mobile-tablet:justify-between ">
<div className="pc:hidden mobile-tablet:flex mobile-tablet:gap-4">
<div className="pc:ml-auto pc:flex pc:justify-between mobile-tablet:flex mobile-tablet:justify-between mobile-tablet:my-4">
<div className="pc:hidden mobile-tablet:flex mobile-tablet:gap-4 ">
<DreamerFilter type="service" reset={resetFilters} onSelect={handleServiceTypeChange} />
<DreamerFilter type="location" reset={resetFilters} onSelect={handleServiceAreaChange} />
</div>
Expand Down