more data
This commit is contained in:
parent
de78084b29
commit
490c712689
4 changed files with 54 additions and 17 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue