From 6d1360f4064d389e74bc3a3c726f2765f4bd4ee6 Mon Sep 17 00:00:00 2001 From: BYUIOMDA Date: Sun, 17 Sep 2023 00:37:24 -0600 Subject: [PATCH] 0.0.16 --- styles/base.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/styles/base.css b/styles/base.css index 6be7f4f..ce71881 100644 --- a/styles/base.css +++ b/styles/base.css @@ -4,8 +4,7 @@ body { font-family: 'Roboto', sans-serif; margin: auto; } - -hr.paralel { +hr { border-top: .25rem solid #000000; } @@ -87,9 +86,3 @@ h1 { margin: 0.67em 0; } -hr { - box-sizing: content-box; - height: 0; - overflow: visible; -} -