This commit is contained in:
j 2021-10-11 13:26:51 +01:00
commit d5b3076645
7 changed files with 31 additions and 44 deletions

View file

@ -1,15 +1,14 @@
.films {
width: 100vw;
margin: 8px;
box-sizing: border-box;
a {
color: #ee0;
text-decoration: none;
}
.film {
width: 100vw;
margin-bottom: 16px;
display: flex;
flex-direction: row;
@ -28,12 +27,6 @@
.film {
margin-bottom: 16px;
flex-direction: column;
.left, .right {
width: 100%;
img {
max-width: 100%;
}
}
h2 {
margin-bottom: 8px;
}