From 845afdcabcd152b1bf3b45d5b6c4d2b502710406 Mon Sep 17 00:00:00 2001 From: Raisa Yasmin Date: Thu, 19 Feb 2026 19:56:36 +0530 Subject: [PATCH] FixedFeedBackHeader --- frontend/css/feedback.css | 4 +++- frontend/css/style.css | 9 ++++----- frontend/pages/feedback.html | 1 - 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/css/feedback.css b/frontend/css/feedback.css index 2676aae0..5392235b 100644 --- a/frontend/css/feedback.css +++ b/frontend/css/feedback.css @@ -1,6 +1,8 @@ .feedback-header { text-align: center; - padding: 80px 20px 40px; + padding-top: 120px; + + } .feedback-header h1 { diff --git a/frontend/css/style.css b/frontend/css/style.css index 91207a62..8c5e1dab 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -21,6 +21,7 @@ --border: rgba(212, 175, 55, 0.2); --shadow: 0 8px 32px rgba(0, 0, 0, 0.1); --glass: blur(12px) saturate(180%); + } body.dark-mode { @@ -431,6 +432,7 @@ header { width: 100%; z-index: 1000; box-shadow: var(--shadow-main); + } .navbar-container { @@ -534,11 +536,6 @@ body.dark-mode .nav-links a.active { color: var(--primary-gold) !important; } -main { - margin-top: 0; - padding-top: 0; -} - header h1 i { font-size: 0.95em; line-height: 1; @@ -546,6 +543,8 @@ header h1 i { align-items: center; } + + /* HAMBURGER MENU (Hidden on Desktop) */ .hamburger-menu { display: none; diff --git a/frontend/pages/feedback.html b/frontend/pages/feedback.html index 32b695f1..1d2ccec3 100644 --- a/frontend/pages/feedback.html +++ b/frontend/pages/feedback.html @@ -109,7 +109,6 @@ /* --- Header --- */ .feedback-header { text-align: center; - padding: 4.25rem 1.25rem 2.25rem; display: flex; flex-direction: column; align-items: center;