fix: move separator to BELOW section titles instead of above
- Changed from border-top on section to border-bottom on section-title - Separator now appears under the title text (Experiencia, Awards, Courses) - Added padding-bottom: 15px for space between title and separator - Added margin-bottom: 20px for space between separator and content - This matches the green arrow position in the screenshot
This commit is contained in:
+7
-7
@@ -1613,13 +1613,13 @@ a:focus {
|
|||||||
color: #7d7d7d;
|
color: #7d7d7d;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add top border separator to specific sections */
|
/* Add separator below section titles */
|
||||||
#experience,
|
#experience .section-title,
|
||||||
#awards,
|
#awards .section-title,
|
||||||
#courses {
|
#courses .section-title {
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
padding-top: 5px;
|
padding-bottom: 15px;
|
||||||
margin-top: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Smooth scrolling */
|
/* Smooth scrolling */
|
||||||
|
|||||||
Reference in New Issue
Block a user