fix: add invisible separator below section titles, not on entire section

- Removed padding-top from section containers
- Increased margin-bottom on section titles from 25px to 40px
- Creates blank space between title and content, not before title
- Only affects Experience, Awards, and Courses sections
This commit is contained in:
juanatsap
2025-11-07 20:55:39 +00:00
parent 0e68e2f8d4
commit 5a504c805e
+2 -8
View File
@@ -1613,17 +1613,11 @@ a:focus {
color: #7d7d7d;
}
/* Add invisible separator (blank space) before specific sections */
#experience,
#awards,
#courses {
padding-top: 60px !important;
}
/* Add invisible separator (blank space) below section titles */
#experience .section-title,
#awards .section-title,
#courses .section-title {
margin-bottom: 25px;
margin-bottom: 40px !important;
}
/* Smooth scrolling */