Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion frontend/css/feedback.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.feedback-header {
text-align: center;
padding: 80px 20px 40px;
padding-top: 120px;


}

.feedback-header h1 {
Expand Down
9 changes: 4 additions & 5 deletions frontend/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -431,6 +432,7 @@ header {
width: 100%;
z-index: 1000;
box-shadow: var(--shadow-main);

}

.navbar-container {
Expand Down Expand Up @@ -534,18 +536,15 @@ 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;
display: inline-flex;
align-items: center;
}



/* HAMBURGER MENU (Hidden on Desktop) */
.hamburger-menu {
display: none;
Expand Down
1 change: 0 additions & 1 deletion frontend/pages/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading