Skip to content

Commit

Permalink
Add demo hotel card
Browse files Browse the repository at this point in the history
  • Loading branch information
iZooGooD committed Jan 17, 2024
1 parent cc57e57 commit 48875e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/images/hotels/481481762/481481762.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/routes/home/components/hero-cover/HeroCover.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const HeroCover = () => {
}
};
return (
<div className="bg-brand min-h-96 md:min-h-60 text-slate-100 relative">
<div className="bg-brand min-h-[400px] md:min-h-72 lg:min-h-60 text-slate-100 relative">
<div className="hero-content__container flex flex-col items-center container mx-auto px-2 md:px-0">
<></>
<div className="hero-content__text py-4">
Expand All @@ -41,7 +41,7 @@ const HeroCover = () => {
relaxation and adventure today.
</p>
</div>
<div className="flex flex-wrap flex-col md:flex-row hero-content__search-box">
<div className="flex flex-wrap flex-col lg:flex-row hero-content__search-box">
<SbInput
size="sm"
value={locationInputValue}
Expand Down

0 comments on commit 48875e7

Please sign in to comment.