Fix loading page mobile
This commit is contained in:
parent
d5a754ba73
commit
f34b1507eb
|
|
@ -12,7 +12,7 @@ export function LoadingPage(props) {
|
||||||
<TurniereNavigation/>
|
<TurniereNavigation/>
|
||||||
<Container>
|
<Container>
|
||||||
<div className='text-center'>
|
<div className='text-center'>
|
||||||
<img src='/static/images/logo-questionmark.png' alt='' className='loading-logo'/>
|
<img src='/static/images/logo-questionmark.png' alt='' className='img-fluid loading-logo'/>
|
||||||
</div>
|
</div>
|
||||||
<div className='py-5 text-center w-100 h1 custom-font'>
|
<div className='py-5 text-center w-100 h1 custom-font'>
|
||||||
{props.text}
|
{props.text}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue