TURNIERE-206: Improve layout

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

View File

@ -16,9 +16,9 @@ export default class GroupStage extends Component {
}
render() {
return (<div className='py-5 px-5'>
return (<div className='py-2 px-1'>
<h1 className='custom-font'>
Gruppenphase
<span className='px-2'>Gruppenphase</span>
<ShowMatchesToggleButton show={this.state.showMatches} toggle={this.toggleShowMatches}/>
</h1>
<Row className='mt-3'>
@ -57,7 +57,7 @@ export class Group extends Component {
}
render() {
return (<Col className='minw-25'>
return (<Col className='minw-25 py-2'>
<Card>
<CardBody>
<h3 className='custom-font'>Gruppe {this.state.number}</h3>