diff --git a/src/components/TemplateCover.js b/src/components/TemplateCover.js index 3a867cb..5d32a2d 100644 --- a/src/components/TemplateCover.js +++ b/src/components/TemplateCover.js @@ -45,6 +45,7 @@ class TemplateCover extends React.Component { const { featureVideo } = this.props.cover const { featureLang } = this.state const { translations } = featureVideo + console.log(featureVideo) const source = featureLang === 0 ? featureVideo : { @@ -143,10 +144,10 @@ class TemplateCover extends React.Component { ) : null } -

+

{ this.props.cover.subtitle ? ( -

{this.props.cover.subtitle}

+

{this.props.cover.subtitle}

) : null } { diff --git a/src/scss/cover.scss b/src/scss/cover.scss index 3fb47c5..17888dc 100644 --- a/src/scss/cover.scss +++ b/src/scss/cover.scss @@ -203,6 +203,7 @@ max-width: 600px; overflow-y: auto; overflow-x: hidden; + margin-bottom: 10em; h1, h2, h3, h4, h5 { text-align: center; } h1 { margin-bottom: -15px; margin-top: 30px; } h5 { margin-top: -15px; }