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