Favico + bouton

This commit is contained in:
nyanloutre 2017-07-14 18:13:15 +02:00
parent 1b892e8ec2
commit 4fb04980fc
No known key found for this signature in database
GPG key ID: 4177A74B460FAFD2
5 changed files with 64 additions and 60 deletions

View file

@ -6,6 +6,7 @@ header.masthead {
min-height: auto;
display: flex;
align-items: center;
justify-content: center;
video {
right: 0;
bottom: 0;
@ -14,6 +15,34 @@ header.masthead {
background-size: cover;
overflow: hidden;
}
.header-content {
position: relative;
width: 100%;
padding: 100px 15px 100px;
text-align: center;
.header-content-inner {
h1 {
font-size: 30px;
font-weight: 700;
margin-top: 0;
margin-bottom: 0;
text-transform: uppercase;
}
hr {
margin: 30px auto;
}
p {
font-size: 16px;
font-weight: 300;
margin-bottom: 50px;
color: fade-out(white, .3);
}
}
}
a {
position: absolute;
bottom: 2rem;
}
@media (min-width: 768px) {
height: 100%;
.header-content {