From 529322e56ae715c21fc271fd2e34ade69aec882f Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 27 Jul 2023 08:00:22 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(custom.css):=20adjust=20ma?= =?UTF-8?q?x-width=20and=20min-width=20of=20.ch-scrollycoding-content=20an?= =?UTF-8?q?d=20.ch-scrollycoding-sticker=20to=20improve=20layout=20proport?= =?UTF-8?q?ions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/css/custom.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }