From 4783b4781597d6974fb3829505067cecf34bc8cc Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 27 Jul 2023 17:20:29 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(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=20?= =?UTF-8?q?=F0=9F=94=A7=20chore(custom.css):=20add=20min-height=20to=20.ch?= =?UTF-8?q?-scrollycoding-step-content=20for=20better=20spacing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/css/custom.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 0510365d4..b79c4df59 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -190,13 +190,21 @@ body { width: 140px; } } +/* +.ch-scrollycoding { + gap: 10rem !important; +} */ .ch-scrollycoding-content { - max-width: 50% !important; + max-width: 55% !important; min-width: 40% !important; } .ch-scrollycoding-sticker { max-width: 60% !important; - min-width: 50% !important; + min-width: 45% !important; +} + +.ch-scrollycoding-step-content { + min-height: 70px; }