Design Language tweaks

This commit is contained in:
2026-05-15 01:28:10 +12:00
parent baafafabdb
commit 580d600c47
52 changed files with 3465 additions and 1548 deletions
+17 -2
View File
@@ -242,8 +242,9 @@
}
.loc-hero-eyebrow {
background: rgba(255, 255, 255, 0.14);
color: #fff;
background: rgba(255, 209, 0, 0.12);
box-shadow: inset 0 0 0 1px rgba(255, 209, 0, 0.2);
color: var(--yellow);
}
/* ── Hero ── */
@@ -714,6 +715,20 @@
gap: 12px;
}
.loc-eyebrow,
.loc-hero-eyebrow {
display: block;
width: fit-content;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.loc-section-header h2,
.loc-section-intro {
text-align: center;
}
.loc-highlights {
margin-top: -24px;
padding-bottom: 60px;