hopefully last

This commit is contained in:
Martin Quarda 2024-10-07 17:51:14 +02:00
parent 8d28e9291b
commit b4899d3264

View File

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