.texts is used elsewhere

This commit is contained in:
j 2021-10-23 15:09:20 +01:00
parent 5c356abdaa
commit 2937c0ba01

View file

@ -97,19 +97,21 @@ main > .film {
opacity: 0; opacity: 0;
} }
.info-meta, .bio-block, .play, .summary-block, .texts { main > .film {
background: rgba(0, 0, 0, 0.55); .info-meta, .bio-block, .play, .summary-block, .texts {
border-radius: 2px; background: rgba(0, 0, 0, 0.55);
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6); border-radius: 2px;
margin-left: auto; box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
margin-right: auto; margin-left: auto;
padding: 20px; margin-right: auto;
font-size: 18px; padding: 20px;
font-size: 18px;
a { a {
color: #ee0; color: #ee0;
text-decoration: none; text-decoration: none;
font-weight: 700; font-weight: 700;
}
} }
} }