mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-20 17:12:31 +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 {
|
.section {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 50rem;
|
max-width: 35rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue