fix: increase blank space to 60px and add !important flag

- Increased margin-top from 40px to 60px for more noticeable spacing
- Added !important to override any conflicting styles
- Should be clearly visible now
This commit is contained in:
juanatsap
2025-11-07 20:49:00 +00:00
parent 27ee3b4dd4
commit 6b17701a3f
+1 -1
View File
@@ -1617,7 +1617,7 @@ a:focus {
#experience,
#awards,
#courses {
margin-top: 40px;
margin-top: 60px !important;
}
#experience .section-title,