Update max width of custom content. Closes #2092

This commit is contained in:
Gabe Kangas 2022-09-10 20:16:36 -07:00
parent 31894330f5
commit b42876e34e
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -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) {