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:
+1
-1
@@ -781,7 +781,7 @@ iconify-icon {
|
|||||||
|
|
||||||
.responsibilities {
|
.responsibilities {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-top: 0.5rem;
|
margin-top: 1rem;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user