fix: remove separator lines and add spacing below section titles

- Removed border-bottom from Experience, Awards, and Courses titles
- Added margin-bottom: 25px for spacing between title and content
- Cleaner look without the separator line
This commit is contained in:
juanatsap
2025-11-07 20:39:22 +00:00
parent b820915e7a
commit acdd43ff9f
+2 -4
View File
@@ -1613,13 +1613,11 @@ a:focus {
color: #7d7d7d;
}
/* Add separator below section titles */
/* Add spacing below section titles */
#experience .section-title,
#awards .section-title,
#courses .section-title {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 15px;
margin-bottom: 20px;
margin-bottom: 25px;
}
/* Smooth scrolling */