From 1802e54caf08f9ca082822a4e1a9647e644e2a05 Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 26 Nov 2022 20:32:53 -0500 Subject: [PATCH] improve hr styling --- assets/css/components.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/css/components.scss b/assets/css/components.scss index 340e364..85ef9de 100644 --- a/assets/css/components.scss +++ b/assets/css/components.scss @@ -44,11 +44,7 @@ } .hr { - @apply border border-primary-400 w-full max-w-2xl; - } - - .hr-light { - @apply border border-primary-600 w-full max-w-2xl; + @apply mx-auto border border-primary-600 w-full max-w-2xl; } .link {