mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-17 05:24:30 +03:30
chore: clean up test documentation and refine resume header layout
- Remove outdated SSG testing guide documentation - Remove duplicate test-ssg.md file - Add LinkedIn post draft for future content - Refine ResumeHeader spacing and contact information layout - Consolidate contact details into single line with improved gap spacing - Add whitespace-nowrap to prevent contact info wrapping - Update resume data with refined professional information - Improve ResumePreview component styling and spacing - Reduce top margin on header from mb-10 to mb-8 for better visual hierarchy
This commit is contained in:
@@ -35,14 +35,15 @@ const { resume } = useResumeData()
|
||||
background: #f3f4f6;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 1rem;
|
||||
padding: 2rem 1rem;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.resume-container {
|
||||
background: white;
|
||||
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
|
||||
width: 210mm;
|
||||
max-width: 210mm;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.resume-content {
|
||||
|
||||
Reference in New Issue
Block a user