Update team visibility and refresh premium UI styling

This commit is contained in:
Krikorios
2026-02-24 00:51:23 +02:00
parent e3a74b2d50
commit 00fda3e045
14 changed files with 299 additions and 83 deletions
+16 -2
View File
@@ -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;
}