film pages

This commit is contained in:
j 2021-11-21 10:09:26 +01:00
commit c06436433f
10 changed files with 480 additions and 28 deletions

View file

@ -81,12 +81,12 @@ main > .film {
}
}
.videos {
.items {
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: center;
.video {
.item {
width: calc(100% / 4 - 16px);
a {
color: #000;
@ -102,7 +102,7 @@ main > .film {
}
}
@media screen and (max-width: 799px) {
.video {
.item {
width: 100%;
}
}
@ -147,7 +147,7 @@ main > .film {
}
main > .film {
.info-meta, .bio-block, .play, .summary-block, .texts {
.info-meta, .bio-block, .play, .summary-block, .texts, .items {
background: rgba(0, 0, 0, 0.55);
border-radius: 2px;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);