mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 03:01:45 +00:00
Increase max-width of section to 50rem
This commit is contained in:
parent
f6683080b0
commit
e6f5d71f46
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.section {
|
||||
position: relative;
|
||||
max-width: 35rem;
|
||||
max-width: 50rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
|
|
@ -19,4 +19,4 @@
|
|||
margin-bottom: 2rem;
|
||||
color: var(--primary-foreground-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue