feat: increase section title margins for better spacing

- Top margin: 10px → 20px
- Bottom margin: 20px → 25px
- Improves visual separation between sections
This commit is contained in:
juanatsap
2025-11-07 20:15:09 +00:00
parent 3c55ecb5f9
commit 89d66452d8
+1 -1
View File
@@ -666,7 +666,7 @@ iconify-icon {
font-size: 1.3em;
font-weight: 500;
line-height: 1.2em;
margin: 10px 0 20px 0;
margin: 20px 0 25px 0;
padding: 0;
color: rgb(51, 51, 51);
}