feat: match course icons styling with awards section

- Added border, background, and rounded corners to course icons
- Icons now have consistent styling across experience, awards, and courses sections
This commit is contained in:
juanatsap
2025-11-07 21:34:56 +00:00
parent 1e7e0a1d2d
commit 74c8374a7c
+9 -1
View File
@@ -657,7 +657,7 @@ iconify-icon {
/* Sections */
.cv-section {
margin-bottom: 2rem;
margin-bottom: 3rem;
page-break-inside: avoid;
}
@@ -838,6 +838,14 @@ iconify-icon {
}
.default-course-icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
border: 1px solid #ddd;
background: #f5f5f5;
color: #999;
}