Decreased the padding around movie list items on large screens to let the grow a bit larger.

This commit is contained in:
2019-11-25 23:12:36 +01:00
parent 3ff963f007
commit 9bc7f29162

View File

@@ -72,7 +72,7 @@ export default {
}
@include desktop-lg-min{
padding: 20px;
padding: 15px;
width: 12.5%;
}