From 4a39000e4dcd9ae079eafcab53b7a87387297e9c Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sun, 9 Nov 2025 03:53:11 +0000 Subject: [PATCH] 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 --- static/css/main.css | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index c91fd14..f4d9ae8 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -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 {