fix white gap between films in mobile mode

This commit is contained in:
2015-09-13 10:12:43 +02:00
parent b03c05100f
commit 44119f5f8b
5 changed files with 10 additions and 10 deletions

View File

@@ -39,7 +39,12 @@
-moz-box-shadow: none;
box-shadow: none;
padding: 1em;
width: calc(100% - 2em)
width: calc(100% - 2em);
display: block;
}
main .film:nth-child(even) {
background:#DDD;
}
main .film .poster-container {