From 24774d9f05a0fa594d1f32e3c95aeb641b3971ff Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sun, 30 Jun 2024 19:41:04 +0100 Subject: fixed a few bugs and added hr tag to the sidebars --- public/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/styles.css') diff --git a/public/styles.css b/public/styles.css index de2cdce..02ebeba 100644 --- a/public/styles.css +++ b/public/styles.css @@ -21,6 +21,9 @@ body { transition: width 0.3s ease; } +.sidebar hr { + width: 72%; +} .sidebar:hover { width: 300px; } @@ -37,6 +40,7 @@ body { margin: 0; } + .sidebar ul li { padding: 10px; text-align: center; -- cgit v1.2.3