Merge branch 'team' of https://git.metatroncube.in/MetatroncubeSoftwareSolutions/rapharehap into team
This commit is contained in:
commit
2ad1a8f1bb
@ -13,10 +13,29 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide
|
||||
|
||||
<div className="top-inner">
|
||||
<ul className="info-list clearfix">
|
||||
<li><i className="icon-1"></i>Mon - Fri 8:00 - 18:00 / Sunday 8:00 - 14:00</li>
|
||||
<li><i className="icon-2"></i>Email: <Link href="tel:01989526503">0198-9526503</Link></li>
|
||||
<li><img src="assets/images/icons/icon-1.png" alt="" /> 47 Bakery Street, London, UK</li>
|
||||
<li>
|
||||
<img src="/assets/images/icons/icons-17.png" alt="Phone" style={{ marginRight: "8px" }} />
|
||||
<Link href="tel:647-722-3434">647-722-3434</Link>
|
||||
</li>
|
||||
<li>
|
||||
<img src="/assets/images/icons/icons-19.png" alt="Mail" style={{ marginRight: "8px" }} />
|
||||
<Link href="mailto:info@rapharehab.ca">info@rapharehab.ca</Link>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<Link href="/why-rapha-physiotherapy-etobicoke">Why Us</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/faq-physiotherapy-etobicoke">Faq</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/what-to-expect">What To Expect</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/payment-insurance">Payment And Insurance</Link>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul className="social-links clearfix">
|
||||
<li><Link href="/"><i className="icon-4"></i></Link></li>
|
||||
<li><Link href="/"><i className="icon-5"></i></Link></li>
|
||||
|
||||
@ -876,6 +876,27 @@ img {
|
||||
margin-right: 50px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1440px) {
|
||||
.header-top .top-inner .info-list li{
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
padding-left: 28px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
.header-top .top-inner .info-list li{
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
padding-left: 28px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.header-top .top-inner .info-list li:last-child{
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
||||
BIN
public/assets/images/icons/icons-14.png
Normal file
BIN
public/assets/images/icons/icons-14.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 337 B |
BIN
public/assets/images/icons/icons-15.png
Normal file
BIN
public/assets/images/icons/icons-15.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 318 B |
BIN
public/assets/images/icons/icons-16.png
Normal file
BIN
public/assets/images/icons/icons-16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 276 B |
BIN
public/assets/images/icons/icons-17.png
Normal file
BIN
public/assets/images/icons/icons-17.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 365 B |
BIN
public/assets/images/icons/icons-18.png
Normal file
BIN
public/assets/images/icons/icons-18.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 346 B |
BIN
public/assets/images/icons/icons-19.png
Normal file
BIN
public/assets/images/icons/icons-19.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 278 B |
Loading…
x
Reference in New Issue
Block a user