Merged in fix/SW-3276-divider (pull request #2766)

fix(SW-3276): update header css

* fix(SW-3276): add !important to divider height


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-09-08 06:36:54 +00:00
parent bba4e24569
commit 8d30232aee
2 changed files with 2 additions and 9 deletions

View File

@@ -71,11 +71,7 @@ export default async function IntroSection({
<p>{formattedLocationText}</p>
</Typography>
</span>
<Divider
variant="vertical"
color="Border/Divider/Default"
className={styles.divider}
/>
<Divider variant="vertical" color="Border/Divider/Default" />
</span>
<Typography variant="Body/Underline/sm">
<a href={`tel:${phoneNumber}`} className={styles.phoneNumber}>

View File

@@ -55,10 +55,7 @@
.location {
display: flex;
gap: var(--Space-x2);
}
.divider {
height: 20px;
height: 100%;
}
@media screen and (min-width: 767px) {