ascroll for item/edits

This commit is contained in:
j 2021-10-10 16:06:43 +01:00
commit 21db49fe48
19 changed files with 348 additions and 75 deletions

View file

@ -2,8 +2,10 @@
.films {
width: 100vw;
margin: 8px;
.film {
width: 100vw;
margin-bottom: 16px;
display: flex;
flex-direction: row;
.left, .right {
@ -34,3 +36,15 @@
}
}
.film {
.info {
margin: 8px;
}
.play {
text-align: center;
margin: 8px;
margin-top: 16px;
margin-bottom: 16px;
}
}

View file

@ -0,0 +1,8 @@
.texts {
.text {
margin: 8px;
}
}