From 6c1c8c56281454f29611ff3d96acec6288121be2 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 27 Aug 2023 23:26:04 -0500 Subject: [PATCH] fix(style): ensure
does not touch edge of page --- assets/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style/style.css b/assets/style/style.css index 6cd5227..24b27a5 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -268,7 +268,7 @@ p > code { hr { margin: 30px; - width: 125%; + width: min(125%, 95vw); align-self: center; border: none; border-top: thin solid;