Fix phone on mobile
This commit is contained in:
@@ -79,15 +79,15 @@ class SideMenu extends Component {
|
|||||||
</li>
|
</li>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<Link
|
<a
|
||||||
to="tel:6104506599"
|
href="tel:6104506599"
|
||||||
className="side-close menu-contact no-underline"
|
className="side-close menu-contact no-underline"
|
||||||
>
|
>
|
||||||
<li className="hover:bg-white hover:text-black text-right no-underline text-2xl uppercase p-4 text-white">
|
<li className="hover:bg-white hover:text-black text-right no-underline text-2xl uppercase p-4 text-white">
|
||||||
<i className="fas fa-phone mr-2" />
|
<i className="fas fa-phone mr-2" />
|
||||||
720-643-2025
|
720-643-2025
|
||||||
</li>
|
</li>
|
||||||
</Link>
|
</a>
|
||||||
</ul>
|
</ul>
|
||||||
<div className="absolute pin-b hidden social-icons p-8">
|
<div className="absolute pin-b hidden social-icons p-8">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user