From 1fbb94c27bd6d4a84d6cb3ace4f65c80221ef6c9 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Wed, 31 May 2023 15:02:55 -0400 Subject: [PATCH] Change divider width --- src/styles/Divider.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/Divider.module.css b/src/styles/Divider.module.css index 1c7b654..0025751 100644 --- a/src/styles/Divider.module.css +++ b/src/styles/Divider.module.css @@ -23,7 +23,7 @@ margin: 0 1em; position: absolute; top: 50%; - width: 7rem; + width: 6rem; } .dividerIcon::before {