From e272a46389e79b9d0614f075cc51c7f7b2519a6c Mon Sep 17 00:00:00 2001 From: joe-bell Date: Sun, 20 Jun 2021 10:39:36 +0300 Subject: [PATCH] fix(docs): introduction spacing --- docs/src/components/IntroHeader/styles.module.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/components/IntroHeader/styles.module.css b/docs/src/components/IntroHeader/styles.module.css index c3d9c04..b172b6b 100644 --- a/docs/src/components/IntroHeader/styles.module.css +++ b/docs/src/components/IntroHeader/styles.module.css @@ -7,6 +7,11 @@ margin-top: 1rem; } +.container + hr { + margin-top: 2.5rem; + margin-bottom: 2.5rem; +} + .headline { font-weight: 700; font-size: 2.25rem;