refining responsiveness
This commit is contained in:
parent
480dbc0b41
commit
42bdaaf103
|
|
@ -23,10 +23,20 @@ export default function Footer() {
|
||||||
<img className='footer__app-horizontal-logo' src={staySafeLogoHorizontal} alt='' />
|
<img className='footer__app-horizontal-logo' src={staySafeLogoHorizontal} alt='' />
|
||||||
|
|
||||||
<div className='footer__colophon'>
|
<div className='footer__colophon'>
|
||||||
|
<a href='https://www.lhoist.com/en' target='_blank' rel='noreferrer'>
|
||||||
<img className='logo-lhoist' src={logoLhoist} alt='' />
|
<img className='logo-lhoist' src={logoLhoist} alt='' />
|
||||||
|
</a>
|
||||||
<div className='credits'>
|
<div className='credits'>
|
||||||
<p>
|
<p>
|
||||||
<span className='year'>© 2024 Lhoist, </span>
|
<span className='year'>
|
||||||
|
<a
|
||||||
|
className='casual-link'
|
||||||
|
href='https://www.lhoist.com/en'
|
||||||
|
target='_blank'
|
||||||
|
rel='noreferrer'>
|
||||||
|
© 2024 Lhoist
|
||||||
|
</a>
|
||||||
|
</span>{" "}
|
||||||
{footerTranslations?.copyright}
|
{footerTranslations?.copyright}
|
||||||
</p>
|
</p>
|
||||||
<p> {footerTranslations?.all_rights_reserved}</p>
|
<p> {footerTranslations?.all_rights_reserved}</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user