Favico + bouton
This commit is contained in:
parent
1b892e8ec2
commit
4fb04980fc
5 changed files with 64 additions and 60 deletions
|
@ -145,7 +145,8 @@ header.masthead {
|
|||
overflow: hidden;
|
||||
min-height: auto;
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
align-items: center;
|
||||
justify-content: center; }
|
||||
header.masthead video {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
@ -153,6 +154,27 @@ header.masthead {
|
|||
z-index: -100;
|
||||
background-size: cover;
|
||||
overflow: hidden; }
|
||||
header.masthead .header-content {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding: 100px 15px 100px;
|
||||
text-align: center; }
|
||||
header.masthead .header-content .header-content-inner h1 {
|
||||
font-size: 30px;
|
||||
font-weight: 700;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
text-transform: uppercase; }
|
||||
header.masthead .header-content .header-content-inner hr {
|
||||
margin: 30px auto; }
|
||||
header.masthead .header-content .header-content-inner p {
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
margin-bottom: 50px;
|
||||
color: rgba(255, 255, 255, 0.7); }
|
||||
header.masthead a {
|
||||
position: absolute;
|
||||
bottom: 2rem; }
|
||||
@media (min-width: 768px) {
|
||||
header.masthead {
|
||||
height: 100%; }
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue