Update max width of custom content. Closes #2092
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
background-color: var(--theme-color-palette-4);
|
background-color: var(--theme-color-palette-4);
|
||||||
padding: calc(2 * var(--content-padding));
|
padding: calc(2 * var(--content-padding));
|
||||||
border-radius: var(--theme-rounded-corners);
|
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.
|
// Allow the content to fill the width on narrow screens.
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user