diff --git a/web/assets/site.css b/web/assets/site.css index 67e35bf..4042469 100644 --- a/web/assets/site.css +++ b/web/assets/site.css @@ -486,6 +486,9 @@ pre:hover > .copy-btn, .codeblock:hover > .copy-btn, .copy-btn:focus-visible { o .hero h1 { color: var(--hero-text); font-size: clamp(1.9rem, 4.6vw, 3rem); font-weight: 800; max-width: 21ch; } .hero p { color: var(--hero-muted); font-size: clamp(0.98rem, 2vw, 1.12rem); max-width: 58ch; margin-top: 14px; } .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; } +/* the same button row outside the hero, where the surrounding text is prose and + the buttons need a little more air above them than a lede gives */ +.cta-inline { margin-top: 20px; } .hero-search { display: flex; align-items: center; gap: 10px; width: min(520px, 100%); background: color-mix(in srgb, var(--hero-text) 10%, transparent); diff --git a/web/build.mjs b/web/build.mjs index 27e035b..0c240ef 100644 --- a/web/build.mjs +++ b/web/build.mjs @@ -993,9 +993,17 @@ ${grid}
${esc(page.lede)}
${esc(page.lede)}
${jump}All ${RESOURCES.length} in one table. Filter by words, narrow to a group or a topic, and sort any column. The resource link opens the original; the topic link goes to it in context.
${esc(text)}
`; @@ -1184,6 +1203,15 @@ ${loopCards}Articles, videos, templates and tools from Y Combinator, Techstars, First Round, Paul Graham and ${counts.publishers} other publishers, merged from two curated collections and checked for dead links. Filter by words, narrow to a topic, sort any column. Everything is credited to whoever published it, and none of it was written here.
+