fix white gap between films in mobile mode
This commit is contained in:
@@ -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 {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user