From 2485e09ecc231c5b961c5779c305784f3e0fdd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?youngchief=20btw=20=E3=83=84?= Date: Fri, 25 Nov 2022 10:42:36 -0800 Subject: [PATCH] Set hr width to 25% --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index e61d1aa..0d309e6 100644 --- a/src/style.css +++ b/src/style.css @@ -40,4 +40,8 @@ body { border-style: solid; padding: 2px; line-break: 2px; +} + +hr { + width: 25% } \ No newline at end of file