mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-04 11:41:09 +00:00
refactor(Discover): display 3 posters instead of 4
This commit is contained in:
parent
25ae109a36
commit
30c9d9cccf
1 changed files with 4 additions and 0 deletions
|
|
@ -520,6 +520,10 @@
|
|||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.meta-items-container {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue