style(home): enlarge GitHub repo and open network CTA cards

This commit is contained in:
Julien Calixte
2026-04-20 18:00:42 +02:00
parent 5cda110a98
commit f809a1f5f8

View File

@@ -974,8 +974,8 @@ main {
.hero-ed-path { .hero-ed-path {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.9rem; gap: 1.5rem;
padding: 1.1rem 1.2rem; padding: 2.25rem 2rem;
background: var(--hw-surface); background: var(--hw-surface);
border: 1px solid var(--hw-rule); border: 1px solid var(--hw-rule);
border-radius: 6px; border-radius: 6px;
@@ -990,36 +990,36 @@ main {
.hep-head { .hep-head {
display: flex; display: flex;
gap: 0.75rem; gap: 0.85rem;
align-items: flex-start; align-items: flex-start;
} }
.hep-n { .hep-n {
font-size: 0.72rem; font-size: 0.85rem;
letter-spacing: 0.12em; letter-spacing: 0.12em;
color: var(--hw-pink-deep); color: var(--hw-pink-deep);
padding-top: 0.25rem; padding-top: 0.35rem;
} }
.hep-t { .hep-t {
font-family: var(--hw-serif); font-family: var(--hw-serif);
font-size: 1.05rem; font-size: 1.45rem;
font-weight: 600; font-weight: 600;
line-height: 1.2; line-height: 1.2;
margin-bottom: 0.2rem; margin-bottom: 0.4rem;
} }
.hep-d { .hep-d {
font-size: 0.82rem; font-size: 1.05rem;
color: var(--hw-ink-soft); color: var(--hw-ink-soft);
line-height: 1.45; line-height: 1.55;
text-wrap: pretty; text-wrap: pretty;
} }
.hep-btn { .hep-btn {
align-self: flex-start; align-self: flex-start;
padding: 0.5rem 0.9rem; padding: 0.65rem 1.25rem;
font-size: 0.9rem; font-size: 1.05rem;
} }
.hero-ed-sample { .hero-ed-sample {