diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index a81f8ed7d..0510365d4 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -192,10 +192,11 @@ body { } .ch-scrollycoding-content { - max-width: 40% !important; + max-width: 50% !important; + min-width: 40% !important; } .ch-scrollycoding-sticker { max-width: 60% !important; - min-width: 60% !important; + min-width: 50% !important; }