feat: add blank space before Experience, Awards, and Courses sections

- Added margin-top: 40px to create breathing room before these sections
- Keeps margin-bottom: 25px below the titles
- Better visual separation between major CV sections
This commit is contained in:
juanatsap
2025-11-07 20:48:00 +00:00
parent acdd43ff9f
commit 27ee3b4dd4
+7 -1
View File
@@ -1613,7 +1613,13 @@ a:focus {
color: #7d7d7d;
}
/* Add spacing below section titles */
/* Add blank space before and after specific section titles */
#experience,
#awards,
#courses {
margin-top: 40px;
}
#experience .section-title,
#awards .section-title,
#courses .section-title {