site: give echo services its own page + navbar entry; frame it as a separate S2S-linked package, not native to the daemon
This commit is contained in:
parent
149ab69afe
commit
c4836c7dd1
7 changed files with 104 additions and 20 deletions
|
|
@ -127,6 +127,13 @@ code{font-family:var(--mono);font-size:.9em;background:rgba(18,165,148,.09);colo
|
|||
.foot-links a{color:#aeb8c0;font-size:.9rem}
|
||||
.foot-links a:hover{color:#fff}
|
||||
|
||||
/* services flow diagram */
|
||||
.flow{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin:1.3rem 0 .3rem}
|
||||
.flow .node{background:#fff;border:1px solid var(--line2);border-radius:9px;padding:.45rem .85rem;font-weight:500;font-size:.92rem}
|
||||
.flow .node.accent{border-color:var(--teal);color:var(--teal-dd);background:var(--teal-t)}
|
||||
.flow .node.accent2{border-color:#c6b6ec;color:#5a3fb0;background:#f3edfd}
|
||||
.flow .arrow{color:var(--faint);font-family:var(--mono);font-size:.82rem}
|
||||
|
||||
@media(max-width:820px){
|
||||
.hero-in{grid-template-columns:1fr;gap:1.6rem}
|
||||
.statuscard{max-width:26rem}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue