From 891db4335400e0d7474b7af918c0426267bcd6e3 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Fri, 7 Nov 2025 20:36:22 +0000 Subject: [PATCH] fix: reduce spacing between top separator and section title - Changed padding-top from 20px to 5px - Added margin-top: 20px for space above the separator - Separator now appears closer to the section icon and title - Better visual alignment --- static/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 1863775..c56a1e3 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1618,7 +1618,8 @@ a:focus { #awards, #courses { border-top: 1px solid rgba(0, 0, 0, 0.1); - padding-top: 20px; + padding-top: 5px; + margin-top: 20px; } /* Smooth scrolling */