feat: add SoonestStays
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.cardContainer {
|
||||
display: grid;
|
||||
gap: 0.4rem;
|
||||
@@ -31,7 +35,7 @@
|
||||
font-style: italic; /* font-family: var(--ff-biro-script-plus); */
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
.cardSubtitle {
|
||||
font-size: var(--typography-Subtitle-Mobile-fontSize, 18px);
|
||||
}
|
||||
|
||||
@@ -54,7 +58,7 @@
|
||||
font-weight: var(--typography-Script-Desktop-fontWeight);
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
.cardSubtitle {
|
||||
font-size: var(--typography-Subtitle-Desktop-fontSize, 18px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user