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

@ -91,7 +91,6 @@
border: 1px solid #c4c4c4; border: 1px solid #c4c4c4;
background-color: #ffffff; background-color: #ffffff;
margin-bottom: 60px; margin-bottom: 60px;
color: #a6a6a6;
font-family: 'GT Eesti Pro Display'; font-family: 'GT Eesti Pro Display';
font-size: 2.2em; font-size: 2.2em;
font-weight: 300; font-weight: 300;
@ -160,7 +159,6 @@
line-height: 71.88px; line-height: 71.88px;
text-align: center; text-align: center;
border: 2px solid #6aaf5c; border: 2px solid #6aaf5c;
margin-right: 1.5rem;
color: #6aaf5c !important; color: #6aaf5c !important;
} }

View File

@ -36,7 +36,9 @@ export const Footer = () => {
<div className='col-8 col-xl-3'> <div className='col-8 col-xl-3'>
<div className='footer__right'> <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> <p className='footer__hours'>Будни с 9:00 до 21:00</p>
</div> </div>
</div> </div>