Backup database and code changes - 2025-06-08 20:51:14
This commit is contained in:
@@ -2094,6 +2094,11 @@ a:focus-visible {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page-hero .hero-search form {
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.page-hero .hero-search input {
|
||||
width: 100%;
|
||||
padding: 15px 50px 15px 20px;
|
||||
@@ -2102,6 +2107,7 @@ a:focus-visible {
|
||||
font-size: 16px;
|
||||
background: rgba(255, 255, 255, 0.95);
|
||||
color: #333;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.page-hero .hero-search button {
|
||||
@@ -2114,6 +2120,11 @@ a:focus-visible {
|
||||
font-size: 18px;
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.page-hero .hero-search button:hover {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/* Service Hero Section */
|
||||
@@ -3500,4 +3511,39 @@ aside.related-articles {
|
||||
.capability-card h3 {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* Fix for navbar overlap on content pages */
|
||||
main {
|
||||
padding-top: 90px; /* Add padding to account for fixed navbar (70px + 20px buffer) */
|
||||
}
|
||||
|
||||
/* Specific fix for legal content pages */
|
||||
.legal-content {
|
||||
padding-top: 120px !important; /* Override inline styles for legal pages */
|
||||
}
|
||||
|
||||
/* Also ensure any page sections that might be affected have proper spacing */
|
||||
.page-content {
|
||||
padding-top: 90px;
|
||||
}
|
||||
|
||||
/* For hero sections that should start right under navbar */
|
||||
.hero {
|
||||
padding-top: 140px; /* 120px base + 20px for navbar */
|
||||
}
|
||||
|
||||
/* For about page hero */
|
||||
.about-hero {
|
||||
padding-top: 140px; /* 120px base + 20px for navbar */
|
||||
}
|
||||
|
||||
/* For FAQ page hero */
|
||||
.faq-hero {
|
||||
padding-top: 140px; /* 120px base + 20px for navbar */
|
||||
}
|
||||
|
||||
/* For project types and other page heroes */
|
||||
.page-hero {
|
||||
padding-top: 140px; /* 120px base + 20px for navbar */
|
||||
}
|
||||
Reference in New Issue
Block a user