chore: update my stays to new MVP design
This commit is contained in:
@@ -1,18 +1,4 @@
|
||||
.subtitle {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: grid;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
.subtitle {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.header {
|
||||
gap: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ export default function Header({ title, subtitle }: HeaderProps) {
|
||||
<Title as="h3" level="h2" weight="semiBold" uppercase>
|
||||
{title}
|
||||
</Title>
|
||||
<Title as="h5" level="h3" weight="regular" className={styles.subtitle}>
|
||||
<Title as="h5" level="h3" weight="regular">
|
||||
{subtitle}
|
||||
</Title>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user