mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Update max width of custom content. Closes #2092
This commit is contained in:
parent
31894330f5
commit
b42876e34e
@ -13,7 +13,7 @@
|
||||
background-color: var(--theme-color-palette-4);
|
||||
padding: calc(2 * var(--content-padding));
|
||||
border-radius: var(--theme-rounded-corners);
|
||||
width: clamp(300px, 80%, 1000px);
|
||||
width: clamp(300px, 80%, 50em);
|
||||
|
||||
// Allow the content to fill the width on narrow screens.
|
||||
@media only screen and (max-width: 768px) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user