Drop redundant jmartgraphix wordmark next to logo
Hero shows logo + tagline only; header is logo-only for a11y.
This commit is contained in:
@@ -12,42 +12,22 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 0 0.75rem;
|
||||
font-size: clamp(2.8rem, 8vw, 5.2rem);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
&__serif {
|
||||
font-family: var(--font-serif);
|
||||
font-style: italic;
|
||||
letter-spacing: -0.03em;
|
||||
}
|
||||
|
||||
&__logo {
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
object-fit: contain;
|
||||
border-radius: 16px;
|
||||
background: #000;
|
||||
margin-bottom: 1.5rem;
|
||||
margin-bottom: 1.25rem;
|
||||
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
|
||||
&__eyebrow {
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.18em;
|
||||
font-size: 0.75rem;
|
||||
color: var(--accent);
|
||||
margin: 0 0 1rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
&__sub {
|
||||
font-size: 1.15rem;
|
||||
font-size: clamp(1.15rem, 2.5vw, 1.45rem);
|
||||
color: var(--text-muted);
|
||||
margin: 0 0 1rem;
|
||||
margin: 0 0 1.25rem;
|
||||
max-width: 32rem;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
&__about {
|
||||
|
||||
Reference in New Issue
Block a user