Fixed z-index bug with header title/description

closes #363
- add z-index to `.site-title` and `.site-description` so they aren't covered by the header overlay
This commit is contained in:
Kevin Ansfield 2017-08-17 12:35:37 +01:00
parent d2375a3917
commit e4e6bb9c5a
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -160,6 +160,7 @@ body {
padding: 0;
font-size: 3.8rem;
font-weight: 700;
z-index: 10;
}
.site-logo {
@ -173,6 +174,7 @@ body {
font-weight: 300;
letter-spacing: 0.5px;
opacity: 0.8;
z-index: 10;
}
@media (max-width: 500px) {