TURNIERE-206: Fix heading in mobile view

This commit is contained in:
Daniel Schädler 2022-07-01 21:53:36 +02:00
parent 5205b2f4e9
commit 94c62e7a2d
Signed by: Malaber
GPG Key ID: 4BB175A9617E4B11
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import React from 'react';
export function TournamentBigImage(props) { export function TournamentBigImage(props) {
return (<div className="big-image mb-0"> return (<div className="big-image mb-0">
<h1 className="display-1">{props.name}</h1> <h2 className="display-1">{props.name}</h2>
<Container> <Container>
<TournamentProperties {...props}/> <TournamentProperties {...props}/>
</Container> </Container>