From 51e83439a902af754dd51493ed0921a45ef9ee3a Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sat, 24 Jul 2021 07:42:45 -0400 Subject: [PATCH] Added some seperating space after the line visualization. --- static/assets/css/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/assets/css/custom.css b/static/assets/css/custom.css index b8e6229..7babd99 100755 --- a/static/assets/css/custom.css +++ b/static/assets/css/custom.css @@ -304,7 +304,9 @@ header h1 { margin-top: 40px; } - +.line-intro { + margin-bottom: 4em; +} /* =Promo -----------------------------------------------------------------------------*/ -- GitLab