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; -} -