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:
juanatsap
2025-11-07 20:20:11 +00:00
parent b33ded52bb
commit 50a158bb44
+3 -3
View File
@@ -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;
}