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