Reduce card size

This commit is contained in:
Gabriel Augendre 2021-11-13 10:31:09 +01:00
parent aa382e40a2
commit 6c96a05002

View file

@ -29,7 +29,7 @@ class App extends React.Component<{}, IAppState> {
render() {
return <div>
<Container className="main">
<Row md={3}>
<Row md={4}>
{this.state.passages.map((ligne) => <Ligne key={ligne.ligne} ligne={ligne.ligne}
delais={ligne.delais}/>)}
</Row>