Skip to content

Commit 2b5f995

Browse files
author
Nicolai Parlog
committed
Show feature titles on top of image in FF (#20)
Closes #20
1 parent 06a1489 commit 2b5f995

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/css/main.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,18 @@ body {
127127
}
128128
}
129129

130+
a {
131+
// magic numbers for the win!
132+
// (Firefox needs its magic on the div)
133+
z-index: -2;
134+
}
135+
130136
.archive__item-teaser {
131137
// magic numbers for the win!
138+
// (Chromium needs its magic on the div containing the image)
132139
z-index: -2;
133140
}
141+
134142
}
135143

136144
.archive__item-body {

0 commit comments

Comments
 (0)