From 5a896beb96a2495952a333b39addec3c7e15f21f Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Fri, 16 Aug 2019 18:00:26 +0100 Subject: [PATCH] font and logo correct --- src/components/TemplateCover.js | 2 +- src/scss/common.scss | 2 +- src/scss/cover.scss | 15 +++++++++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/components/TemplateCover.js b/src/components/TemplateCover.js index 3e10f9e..561ab7d 100644 --- a/src/components/TemplateCover.js +++ b/src/components/TemplateCover.js @@ -117,7 +117,7 @@ class TemplateCover extends React.Component { const { videos } = this.props.cover return (
- +
diff --git a/src/scss/common.scss b/src/scss/common.scss index 2a837f8..c828313 100644 --- a/src/scss/common.scss +++ b/src/scss/common.scss @@ -15,7 +15,7 @@ body { } h1 { - font-family: Helvetica, serif; + font-family: 'Lato', Helvetica, serif; } h2 { diff --git a/src/scss/cover.scss b/src/scss/cover.scss index 9fc714d..7bb9ead 100644 --- a/src/scss/cover.scss +++ b/src/scss/cover.scss @@ -18,8 +18,18 @@ } .cover-logo { - margin-top: 30px; + margin-top: 10px; width: 200px; + +} +@media only screen and (max-width: 992px) { +.cover-logo-container { + display: flex; + justify-content: center; +} +.fullscreen-bg__video { + display: none; +} } .fullscreen-bg { @@ -43,9 +53,6 @@ height: 100vh; -webkit-filter: contrast(70%) brightness(70%) grayscale(100%); filter: contrast(70%) brightness(70%) grayscale(100%); - @media only screen and (max-width: 992px) { - display: none; - } } .default-cover-container {