fix: update Projects section icon and remove footer separator

Changes:
- Changed section icon from folders (mdi:folder-multiple) to globe (mdi:earth)
- Removed border-top separator above "See all projects" footer text

This creates a cleaner visual appearance for the Projects section.
This commit is contained in:
juanatsap
2025-11-08 11:11:43 +00:00
parent fa4996709d
commit 1d12101e54
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1026,7 +1026,6 @@ iconify-icon {
.projects-footer {
margin-top: 1.5rem;
padding-top: 1rem;
border-top: 2px solid #ddd;
text-align: center;
font-size: 0.95em;
color: var(--text-gray);