try column

This commit is contained in:
Martin Quarda 2024-05-08 16:12:21 +02:00
parent 277c0d6b00
commit d777a06afe

View File

@ -116,7 +116,7 @@ class Main extends Component {
</nav>
{this.state.page == "#gallery" &&
<div class="container">
<Gallery photos={photos_gallery} onClick={this.openPhoto}/>
<Gallery photos={photos_gallery} onClick={this.openPhoto} direction="column"/>
</div>
}
{this.state.page == "" &&