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:
parent
816fd552f0
commit
b0ce9be30b
1 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue