Compare commits

...

2 Commits

Author SHA1 Message Date
Peter Steinberger
53cae51b71 fix: center homepage feature titles (#91) (thanks @geoffrey-xiao) 2026-03-07 19:53:51 +00:00
geoffrey
6d45edec8e chore: center align feature title text 2026-03-07 19:53:19 +00:00
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- Dependencies: bump `@lucide/astro` to `0.577.0` and sync `bun.lock` (#99, thanks @dependabot).
- CI: update Bun setup pin and move the install-smoke Node setup to the pinned `actions/setup-node` v6 SHA (#98, thanks @dependabot).
- Installer: recover from older PATH-bound Node runtimes after install, but keep the fallback `openclaw` shim in `~/.local/bin` instead of mutating version-manager bins (#68, thanks @rolandkakonyi).
- UI: center feature card titles on the homepage for cleaner alignment (#91, thanks @geoffrey-xiao).
## 2026-02-22
- Installer: make gum behavior fully automatic (interactive TTYs get gum, headless shells get plain status), and remove manual gum toggles.

View File

@ -1250,6 +1250,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 6px;
text-align: center;
}
.feature-desc {