font and logo correct

This commit is contained in:
Lachlan Kermode
2019-08-16 18:00:26 +01:00
parent f097a33817
commit 5a896beb96
3 changed files with 13 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ class TemplateCover extends React.Component {
const { videos } = this.props.cover
return (
<div className='default-cover-container'>
<a href='https://forensic-architecture.org'>
<a className='cover-logo-container' href='https://forensic-architecture.org'>
<img className='cover-logo' src={logo} />
</a>
<div className='cover-content'>

View File

@@ -15,7 +15,7 @@ body {
}
h1 {
font-family: Helvetica, serif;
font-family: 'Lato', Helvetica, serif;
}
h2 {

View File

@@ -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 {