TURNIERE-206: Fix heading in mobile view
This commit is contained in:
parent
5205b2f4e9
commit
94c62e7a2d
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue