feat: add mobile design
This commit is contained in:
@@ -35,13 +35,18 @@ export default function HotelCard() {
|
||||
<Chip key={value}>{value}</Chip>
|
||||
))}
|
||||
</div>
|
||||
<div className={styles.button}>
|
||||
<div className={styles.book}>
|
||||
<Button
|
||||
theme="base"
|
||||
intent="primary"
|
||||
size="small"
|
||||
className={styles.button}
|
||||
>
|
||||
Book from 1549 SEK/night
|
||||
</Button>
|
||||
<Body color="burgundy">
|
||||
<span>Only 4 rooms left</span>
|
||||
</Body>
|
||||
<Button theme="base" intent="primary" size="small">
|
||||
Book from 1549 SEK/night
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user