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:
@@ -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}>
|
||||
|
||||
@@ -55,10 +55,7 @@
|
||||
.location {
|
||||
display: flex;
|
||||
gap: var(--Space-x2);
|
||||
}
|
||||
|
||||
.divider {
|
||||
height: 20px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 767px) {
|
||||
|
||||
Reference in New Issue
Block a user