Update team visibility and refresh premium UI styling
This commit is contained in:
+16
-2
@@ -53,6 +53,8 @@
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
@@ -89,6 +91,7 @@
|
||||
color: var(--text-white);
|
||||
margin-bottom: 1rem;
|
||||
line-height: 1.2;
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
.page-subtitle {
|
||||
@@ -97,6 +100,7 @@
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
line-height: 1.7;
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
/* ========================
|
||||
@@ -747,7 +751,7 @@
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.service-features {
|
||||
.service-content .service-features {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 1rem;
|
||||
@@ -1660,6 +1664,16 @@
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
@media (min-width: 1201px) {
|
||||
.contact-cards > :nth-child(5) {
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
.contact-cards > :nth-child(6) {
|
||||
grid-column: 3;
|
||||
}
|
||||
}
|
||||
|
||||
.contact-card {
|
||||
background: var(--text-white);
|
||||
padding: 2rem;
|
||||
@@ -2197,7 +2211,7 @@
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
|
||||
.service-features,
|
||||
.service-content .service-features,
|
||||
.service-features-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user