From e64e63de982a09250af5c34e88d45d0ae25e8562 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sun, 9 Nov 2025 04:42:00 +0000 Subject: [PATCH] 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. --- static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 86fd090..642c1b3 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -781,7 +781,7 @@ iconify-icon { .responsibilities { list-style: none; - margin-top: 0.5rem; + margin-top: 1rem; padding-left: 0; }