Skip to content

Commit

Permalink
design : 숙소 검색 페이지 css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kyumho kim committed Feb 9, 2024
1 parent 1c99fd6 commit 760a33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/hotel/search/SearchPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function SearchPage({ city, startDate, endDate }) {

return (
<div>
<div className='w-full h-[60vh] text-center px-5 py-10 max-[280px]:px-0 max-[280px]:pt-0'>
<div className='w-full text-center px-5 py-10 max-[280px]:px-0 max-[280px]:pt-0'>
<SearchSideBar
isOpen={isOpen}
toggleSidebar={toggleSidebar}
Expand Down Expand Up @@ -100,7 +100,7 @@ export default function SearchPage({ city, startDate, endDate }) {
))}
</ul>
</div>
<div className='flex justify-center my-4'>
<div className='flex h-[40vh] justify-center my-4'>
<Pagination
page={page}
setPage={setPage}
Expand Down

0 comments on commit 760a33b

Please sign in to comment.