From e11a59f02d7e02b5370ff6117feb36ea21efd41f Mon Sep 17 00:00:00 2001 From: mahdiarghyani Date: Mon, 8 Dec 2025 17:35:33 +0330 Subject: [PATCH] style: refine language switcher width and improve PDF resume spacing - Update LanguageSwitcher component width from 76px to 77px on small screens for better alignment - Adjust PDF generation CSS padding from 1rem to 1.2rem for improved content spacing - Increase section margin-bottom from 1.5rem to 1.85rem for better visual separation - Enhance section heading margins and padding for improved readability - Adjust work experience block spacing from 1rem to 1.15rem - Refine bullet list spacing with margin-bottom increased to 0.38rem - Improve line-height values across paragraphs (1.82rem) and list items (1.52rem) for better readability - Update CSS comments to reflect readability improvements rather than page-fitting constraints - Ensure consistent spacing between web and PDF versions while maintaining 2-page layout --- app/components/LanguageSwitcher.vue | 2 +- server/api/resume/pdf.get.ts | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/components/LanguageSwitcher.vue b/app/components/LanguageSwitcher.vue index 14aeb22..958a4a6 100644 --- a/app/components/LanguageSwitcher.vue +++ b/app/components/LanguageSwitcher.vue @@ -3,7 +3,7 @@