docs: add remote-first development positioning

This commit is contained in:
Federico Jaramillo Martinez
2026-05-17 09:00:43 +02:00
parent c5c45195d7
commit 42cad58019
7 changed files with 254 additions and 4 deletions
+11
View File
@@ -49,6 +49,7 @@ body::after {
.home-page .title-context,
.home-page .hero .eyebrow,
.home-page .hero-lede,
.home-page .hero-manifesto,
.home-page .hero-actions,
.home-page .hero-stats,
.home-page .terminal,
@@ -359,6 +360,16 @@ h1 {
line-height: 1.62;
}
.hero-manifesto {
max-width: 660px;
margin: 18px 0 0;
padding-left: 18px;
border-left: 4px solid var(--brand-2);
color: var(--text);
font-size: 1.05rem;
line-height: 1.7;
}
.hero-actions,
.doc-actions {
display: flex;