(Update) Header: adjust h1 size

This commit is contained in:
0xfff 2016-09-26 00:10:03 +02:00
parent 159f9797b3
commit 251405a23e
2 changed files with 3 additions and 3 deletions

View file

@ -14,8 +14,8 @@
}
> h1 {
margin-top: 2.5em;
margin-bottom: 8px; /*optical*/
font-size: 50px;
margin-bottom: 20px; /*optical*/
font-size: 60px;
line-height: 1.2;
letter-spacing: -0.01em;
}

View file

@ -10,7 +10,7 @@
overflow: hidden;
&:after {
content: '';
background-image: linear-gradient(to bottom, rgba(black, 0.6), transparent);
background-image: linear-gradient(to bottom, rgba(black, 0.5), transparent);
position: absolute;
top: 0;
right: 0;