Reduce card size
This commit is contained in:
parent
aa382e40a2
commit
6c96a05002
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class App extends React.Component<{}, IAppState> {
|
||||||
render() {
|
render() {
|
||||||
return <div>
|
return <div>
|
||||||
<Container className="main">
|
<Container className="main">
|
||||||
<Row md={3}>
|
<Row md={4}>
|
||||||
{this.state.passages.map((ligne) => <Ligne key={ligne.ligne} ligne={ligne.ligne}
|
{this.state.passages.map((ligne) => <Ligne key={ligne.ligne} ligne={ligne.ligne}
|
||||||
delais={ligne.delais}/>)}
|
delais={ligne.delais}/>)}
|
||||||
</Row>
|
</Row>
|
||||||
|
|
Loading…
Reference in a new issue