Refugee Physio therapee
This commit is contained in:
commit
148e4b92d7
@ -19,7 +19,13 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
|
||||
style={{ marginRight: "8px" }}
|
||||
className="red-icon"
|
||||
/>
|
||||
<Link href="tel:647-722-3434">647-722-3434</Link>
|
||||
<Link href="tel:647-722-3434">
|
||||
<span style={{
|
||||
color: "white",
|
||||
}}>
|
||||
647-722-3434
|
||||
</span>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<img
|
||||
@ -28,7 +34,13 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
|
||||
style={{ marginRight: "8px" }}
|
||||
className="red-icon"
|
||||
/>
|
||||
<Link href="mailto:bloor@rapharehab.ca">bloor@rapharehab.ca</Link>
|
||||
<Link href="mailto:bloor@rapharehab.ca">
|
||||
<span style={{
|
||||
color: "white",
|
||||
}}>
|
||||
bloor@rapharehab.ca
|
||||
</span>
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -1299,7 +1299,7 @@
|
||||
|
||||
.header-top .top-inner .social-links {
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
gap: 18px;
|
||||
}
|
||||
|
||||
/* Refuge */
|
||||
@ -3741,3 +3741,6 @@
|
||||
margin: 0px 10px !important;
|
||||
}
|
||||
}
|
||||
.color-white{
|
||||
color: #fff !important;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user