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