more data

This commit is contained in:
j 2021-11-22 10:20:10 +01:00
commit 490c712689
4 changed files with 54 additions and 17 deletions

View file

@ -28,14 +28,24 @@
font-size: 20px;
}
figure {
img {
display: none;
max-width: 100%;
max-height: 100%;
object-fit: contain;
div {
aspect-ratio: 4/3;
img {
display: none;
//max-width: 100%;
max-height: 100%;
object-fit: cover;
}
img:first-child {
display: inherit
}
}
img:first-child {
display: inherit
figcaption {
img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
}
}
}
@ -232,6 +242,10 @@ main > .film {
.film-play-padma {
font-family: "wrong font";
a {
color: #ddd;
text-decoration: none;
}
}
.film-play-spacer {