From 75f091ee2f94814421b4e8fe1704ba65f12cf76a Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 30 Mar 2021 22:41:29 +0200 Subject: [PATCH] Tweak --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index c56575c..6ecbaaa 100644 --- a/style.css +++ b/style.css @@ -84,6 +84,9 @@ main h1, main h2 { text-transform: uppercase; letter-spacing: 0.5rem; margin-top: 2rem; + border-left: solid magenta 1rem; + padding-left: 0.5rem; + margin-left: -1.5rem; } main h1 { border-bottom: solid magenta 0.4rem;