mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-07 02:09:40 +00:00
fix(Board): padding issue on mobile
This commit is contained in:
parent
876b566648
commit
8cb7d54093
1 changed files with 3 additions and 1 deletions
|
|
@ -187,8 +187,10 @@
|
|||
.board-container {
|
||||
.board-content-container {
|
||||
.board-content {
|
||||
padding: 1em 0;
|
||||
|
||||
.board-row {
|
||||
margin: 2em 1em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.board-row-poster, .board-row-square {
|
||||
|
|
|
|||
Loading…
Reference in a new issue