Fix header .still-image on mobile

tl-language-filters
Alex Gleason 2020-07-20 20:36:11 -05:00
rodzic ce6446f059
commit 5c0bef4e9b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -22,6 +22,7 @@
background: var(--accent-color--med);
@media screen and (max-width: 895px) {height: 225px;}
&--none {height: 125px;}
img {
object-fit: cover;
display: block;
@ -30,6 +31,10 @@
margin: 0;
}
.still-image {
height: 100%;
}
.still-image--play-on-hover::before {
content: 'GIF';
position: absolute;