Design Language tweaks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user