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:
+9
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user