Fix Homepage layout: use row style with columns for full-width groups

style: row makes each group span the full page width (one per row),
while columns: 4 tiles services horizontally within each group.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-18 06:21:44 -07:00
commit b0ce9be30b

View file

@ -6,15 +6,19 @@ quicklaunch:
provider: custom
url: https://kagi.com/search?q=
suggestionUrl: https://kagisuggest.com/api/autosuggest?q=
maxGroupColumns: 1
layout:
Host Services:
style: column
style: row
columns: 4
Home:
style: column
style: row
columns: 4
Content:
style: column
style: row
columns: 4
Infrastructure:
style: column
style: row
columns: 4
Services:
style: column
style: row
columns: 4