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
This commit is contained in:
juanatsap
2025-11-07 20:36:22 +00:00
parent 50a158bb44
commit 891db43354
+2 -1
View File
@@ -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 */