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 {
|
||||
|
||||
Reference in New Issue
Block a user