feat: css change

This commit is contained in:
Fredrik Thorsson
2024-07-05 15:46:00 +02:00
parent 7f69ba536b
commit f82e598820
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
} }

View File

@@ -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"