fix: move top separator to section container instead of title
- Changed selector from #experience .section-title to #experience - Changed selector from #awards .section-title to #awards - Changed selector from #courses .section-title to #courses - Separator now appears directly above the section icon and title - Matches the position shown in the green arrow (not red arrow)
This commit is contained in:
+3
-3
@@ -1614,9 +1614,9 @@ a:focus {
|
||||
}
|
||||
|
||||
/* Add top border separator to specific sections */
|
||||
#experience .section-title,
|
||||
#awards .section-title,
|
||||
#courses .section-title {
|
||||
#experience,
|
||||
#awards,
|
||||
#courses {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user