fix gallery?
This commit is contained in:
parent
09a63c298a
commit
ce042f8599
@ -183,7 +183,7 @@ class Main extends Component {
|
||||
{this.state.page == "#gallery" &&
|
||||
<div class="container">
|
||||
{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" />
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">{photos.name}</h5>
|
||||
|
BIN
photos/plakat_2.jpg
Normal file
BIN
photos/plakat_2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
Loading…
x
Reference in New Issue
Block a user