Tweak this

This commit is contained in:
shamoon 2025-03-17 12:47:34 -07:00
parent 11a6b5d0b8
commit 708c4e64d1
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -270,7 +270,7 @@ You can set the maximum number of columns of service groups on larger screen siz
maxGroupColumns: 8 # default is 4, max 8 maxGroupColumns: 8 # default is 4, max 8
``` ```
By default homepage will max out at 4 columns (also the minimum number). If you're setting this to 8, you may want to consider enabling the [fullWidth](#full-width) option as well. By default homepage will max out at 4 columns (thus the minimum for this setting is _5_). Of course, if you're setting this to higher numbers, you may want to consider enabling the [fullWidth](#full-width) option as well.
### Collapsible sections ### Collapsible sections

View File

@ -53,7 +53,6 @@ const tailwindSafelist = [
"bg-orange-400", "bg-orange-400",
"dark:bg-orange-400", "dark:bg-orange-400",
// maxGroupColumns // maxGroupColumns
"3xl:basis-1/4",
"3xl:basis-1/5", "3xl:basis-1/5",
"3xl:basis-1/6", "3xl:basis-1/6",
"3xl:basis-1/7", "3xl:basis-1/7",