feat: css change
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
gap: var(--Spacing-x1);
|
||||
}
|
||||
|
||||
.book {
|
||||
.booking {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
@@ -64,7 +64,7 @@
|
||||
min-height: 270px;
|
||||
}
|
||||
|
||||
.book {
|
||||
.booking {
|
||||
justify-content: space-between;
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ export default function HotelCard({ hotel }: HotelCardData) {
|
||||
<Chip key={`chip-${index}`}>{chip}</Chip>
|
||||
))}
|
||||
</div>
|
||||
<div className={styles.book}>
|
||||
<div className={styles.booking}>
|
||||
<Button
|
||||
theme="base"
|
||||
intent="primary"
|
||||
|
||||
Reference in New Issue
Block a user