dual title, director
This commit is contained in:
parent
1516b7349a
commit
85b4a0b7d6
4 changed files with 40 additions and 8 deletions
|
|
@ -32,10 +32,16 @@ main > .film {
|
|||
.info {
|
||||
margin: 8px;
|
||||
margin-bottom: 32px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
margin: 24px 0;
|
||||
}
|
||||
h2 {
|
||||
margin: 24px 0;
|
||||
}
|
||||
}
|
||||
video {
|
||||
width: 100%;
|
||||
|
|
@ -45,5 +51,20 @@ main > .film {
|
|||
margin: 8px;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
|
||||
.texts {
|
||||
padding-top: 16px;
|
||||
.text {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 799px) {
|
||||
h1 {
|
||||
span {
|
||||
display: block;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue