Estimates page & menu fix
This commit is contained in:
+3
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user