Fix loading page mobile

This commit is contained in:
Daniel Schädler 2025-03-16 16:34:18 +01:00
parent d5a754ba73
commit f34b1507eb
1 changed files with 1 additions and 1 deletions

View File

@ -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}