try column
This commit is contained in:
parent
277c0d6b00
commit
d777a06afe
@ -116,7 +116,7 @@ class Main extends Component {
|
|||||||
</nav>
|
</nav>
|
||||||
{this.state.page == "#gallery" &&
|
{this.state.page == "#gallery" &&
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<Gallery photos={photos_gallery} onClick={this.openPhoto}/>
|
<Gallery photos={photos_gallery} onClick={this.openPhoto} direction="column"/>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
{this.state.page == "" &&
|
{this.state.page == "" &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user