Estimates page & menu fix

This commit is contained in:
Fraxle
2026-06-01 18:36:08 +01:00
parent 0535232446
commit 206daaef5d
4 changed files with 633 additions and 11 deletions
+3 -3
View File
@@ -163,14 +163,14 @@ ul { list-style: none; }
position: fixed;
top: 0; left: 0; right: 0;
z-index: 100;
padding: 22px 0;
transition: background 0.35s, padding 0.35s, box-shadow 0.35s;
padding: 16px 0;
transition: background 0.35s, box-shadow 0.35s;
}
.site-header.scrolled {
background: rgba(22, 18, 58, 0.96);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
padding: 14px 0;
padding: 16px 0;
box-shadow: 0 1px 12px rgba(0,0,0,0.15);
}
.nav-container {