cleanups
This commit is contained in:
parent
2cbd101c85
commit
d5b3076645
7 changed files with 31 additions and 44 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue