From b204b134990b2fbdb157a87cc587d69c8592e618 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Wed, 12 Nov 2025 12:51:42 +0000 Subject: [PATCH] fix: add proper spacing for footer visibility Increased .cv-main bottom padding from 1rem to 8rem to ensure: - Footer is fully visible and not hidden behind content - Adequate clearance for zoom control (positioned at bottom: 100px) - Proper breathing room between content and footer Result: Footer now properly visible in normal view --- static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 28f1e71..d69c58b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -733,7 +733,7 @@ iconify-icon { /* Main Content - Right column */ .cv-main { background: var(--paper-white); - padding: 3rem 2.5rem 1rem 2.5rem; /* Reduced bottom padding to minimize footer space */ + padding: 3rem 2.5rem 8rem 2.5rem; /* Bottom padding for footer and zoom control clearance */ } /* Professional Title Badges - Spans Both Columns */