fix: add 40px spacing below Personal Projects section title

Added #projects to the section-title spacing rule to match the spacing
in Experience, Awards, and Courses sections.
This commit is contained in:
juanatsap
2025-11-08 11:41:12 +00:00
parent 2c963ebcc7
commit acae82cb40
+2 -1
View File
@@ -1784,7 +1784,8 @@ a:focus {
/* Add invisible separator (blank space) below section titles */
#experience .section-title,
#awards .section-title,
#courses .section-title {
#courses .section-title,
#projects .section-title {
margin-bottom: 40px !important;
}