fixes fixes fixes
This commit is contained in:
parent
2fe052dd2d
commit
59dbc98a76
11 changed files with 48 additions and 104 deletions
|
|
@ -71,6 +71,7 @@ main > .film {
|
|||
max-width: var(--container-width);
|
||||
margin: auto;
|
||||
.info {
|
||||
position: relative;
|
||||
margin-bottom: 32px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
|
@ -165,14 +166,19 @@ main > .film {
|
|||
|
||||
.info-meta {
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
position: absolute;
|
||||
margin: 40px auto;
|
||||
position: relative;
|
||||
max-width: 600px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
animation: fade_in 1s linear 0.4s forwards;
|
||||
opacity: 0;
|
||||
line-height: 1.4;
|
||||
}
|
||||
@media screen and (max-width: 799px) {
|
||||
.info-meta {
|
||||
margin-top: 20px;
|
||||
width: 70%;
|
||||
transform: unset;
|
||||
}
|
||||
}
|
||||
|
||||
main > .film {
|
||||
|
|
@ -259,10 +265,12 @@ main > .film {
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
.film-play-padma {
|
||||
.film-play-pandora{
|
||||
font-family: "wrong font";
|
||||
a {
|
||||
color: #ddd;
|
||||
color: var(--color-link);
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
@media screen and (max-width: 799px) {
|
||||
padding-top: calc(var(--spacing) * 1.6);
|
||||
height: 98px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 800px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue