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

@@ -193,10 +193,6 @@ main {
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5);
}
.film:nth-child(even) {
}
.film * {
transform: translate(0px, 0px);
}