From 180fbab1ea748da1fa21f95e7a1ade194f5289cd Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Thu, 18 Sep 2025 10:45:18 -0500 Subject: Add divider class for easier styling. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index e2ec0f6..8bdbecc 100644 --- a/static/style.css +++ b/static/style.css @@ -193,6 +193,10 @@ hr { margin-top: 2.5rem; } +.divider { + margin-top: 2rem; border-top: 3em solid black; +} + b { color:rgb(100, 100, 100); } -- cgit v1.2.3