try column
This commit is contained in:
parent
277c0d6b00
commit
d777a06afe
@ -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 == "" &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user