fix colors

This commit is contained in:
2022-06-02 14:03:17 +03:00
parent a41e16039e
commit 853f4d4e74
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,9 @@ export const Footer = () => {
<div className='col-8 col-xl-3'>
<div className='footer__right'>
<p className='footer__phone'>+7 495 156 78 98</p>
<a href='tel:+7 495 156-78-98' className='footer__phone'>
+7 495 156 78 98
</a>
<p className='footer__hours'>Будни с 9:00 до 21:00</p>
</div>
</div>