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:
+2
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user