From e10950ad8287b756fd3c395f750c578dafbcd066 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 27 Aug 2023 23:16:29 -0500 Subject: [PATCH] feat(style): increase width of
elements --- assets/style/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/style/style.css b/assets/style/style.css index d8dceaa..6cd5227 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -268,6 +268,8 @@ p > code { hr { margin: 30px; + width: 125%; + align-self: center; border: none; border-top: thin solid; }