From 908bc7561b16aae8cdd3bfe542269028568cbf45 Mon Sep 17 00:00:00 2001 From: Graham <47785671+808-cowbell@users.noreply.github.com> Date: Mon, 14 Jun 2021 12:24:01 -0600 Subject: [PATCH] Add 10px margin to top and bottom of hr element --- assets/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/default.css b/assets/css/default.css index 07a879bbd..1d62bc01b 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -488,7 +488,7 @@ body.dark-theme { the hr element is rendered improperly within one. See https://stackoverflow.com/a/34372979 for more info */ hr { - margin: auto 0 auto 0; + margin: 10px 0 10px 0; } /* Description Expansion Styling*/