mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-09 22:51:42 +00:00
Reduce max-width of section to 35rem
This commit is contained in:
parent
6b74d5941e
commit
019ab3a599
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.section {
|
||||
position: relative;
|
||||
max-width: 50rem;
|
||||
max-width: 35rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
|
|
|
|||
Loading…
Reference in a new issue