Skip to content

Commit

Permalink
Show feature titles on top of image in FF (#20)
Browse files Browse the repository at this point in the history
Closes #20
  • Loading branch information
Nicolai Parlog committed Aug 29, 2020
1 parent 06a1489 commit 2b5f995
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,18 @@ body {
}
}

a {
// magic numbers for the win!
// (Firefox needs its magic on the div)
z-index: -2;
}

.archive__item-teaser {
// magic numbers for the win!
// (Chromium needs its magic on the div containing the image)
z-index: -2;
}

}

.archive__item-body {
Expand Down

0 comments on commit 2b5f995

Please sign in to comment.