fix: remove CV content font size reduction in responsive mode

Only reduce sidebar font sizes in responsive mode (1024-1280px), not the main CV content.
- Keep: sidebar-title and sidebar-content font reductions
- Remove: experience-item and project-item font size reductions
- Main CV content now maintains normal font size in all screen sizes
This commit is contained in:
juanatsap
2025-11-09 03:53:11 +00:00
parent f6a518185f
commit 4a39000e4d
+15 -8
View File
@@ -955,7 +955,13 @@ iconify-icon {
color: #999;
}
/* Unified description styling - see combined rule below at line ~1669 */
.course-desc {
font-size: 0.85em;
color: var(--text-gray);
margin-top: 0.4rem;
line-height: 1.4;
text-align: justify;
}
/* Projects */
.project-item {
@@ -1040,7 +1046,13 @@ iconify-icon {
color: #999;
}
/* Unified description styling - see combined rule below at line ~1669 */
.project-desc {
font-size: 0.9rem;
color: var(--text-dark);
margin-top: 0.5rem;
line-height: 1.6;
text-align: justify;
}
.project-technologies {
font-size: 0.85em;
@@ -1654,16 +1666,11 @@ a:focus {
font-size: 0.875em;
}
/* Unified description styling for all sections */
.award-desc,
.course-desc,
.project-desc,
.experience-desc {
.course-desc {
margin-top: 0.5em;
color: var(--text-gray);
font-size: 0.95em;
line-height: 1.4;
text-align: justify;
}
.reference-item {