style: increase spacing between subtitle and responsibilities list

Increase margin-top of .responsibilities from 0.5rem to 1rem to add more breathing room between the date/location subtitle and the list of responsibilities in Experience and Projects sections.
This commit is contained in:
juanatsap
2025-11-09 04:42:00 +00:00
parent b83f8e0801
commit e64e63de98
+1 -1
View File
@@ -781,7 +781,7 @@ iconify-icon {
.responsibilities {
list-style: none;
margin-top: 0.5rem;
margin-top: 1rem;
padding-left: 0;
}