correct scrolling

This commit is contained in:
Lachlan Kermode
2019-08-16 18:05:16 +01:00
parent 5a896beb96
commit 035c359ea7
2 changed files with 12 additions and 12 deletions

View File

@@ -117,9 +117,6 @@ class TemplateCover extends React.Component {
const { videos } = this.props.cover
return (
<div className='default-cover-container'>
<a className='cover-logo-container' href='https://forensic-architecture.org'>
<img className='cover-logo' src={logo} />
</a>
<div className='cover-content'>
{
this.props.cover.bgVideo ? (
@@ -136,6 +133,9 @@ class TemplateCover extends React.Component {
</div>
) : null
}
<a className='cover-logo-container' href='https://forensic-architecture.org'>
<img className='cover-logo' src={logo} />
</a>
<h1>{this.props.cover.title}</h1>
<h3>{this.props.cover.subtitle}</h3>
{