hopefully last

This commit is contained in:
Martin Quarda 2024-10-07 17:49:16 +02:00
parent 1d9c6b74f2
commit db0451f98b

View File

@ -181,7 +181,7 @@ class Main extends Component {
</div> </div>
} }
{this.state.page == "#gallery" && {this.state.page == "#gallery" &&
<div class="container"> <div class="container" style={{display: "flex"}}>
{this.state.photos.map((photos, index) => {this.state.photos.map((photos, index) =>
<div class="card" style={{"width": "18rem"}}> <div class="card" style={{"width": "18rem"}}>
<img src={'/photos/plakat_' + photos.index + '.jpg'} class="card-img-top" /> <img src={'/photos/plakat_' + photos.index + '.jpg'} class="card-img-top" />