From 708c4e64d1a94c4e6c445e853b295aeb3fbc50c8 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:47:34 -0700 Subject: [PATCH] Tweak this --- docs/configs/settings.md | 2 +- src/pages/_app.jsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/configs/settings.md b/docs/configs/settings.md index bd000ccb..d3882121 100644 --- a/docs/configs/settings.md +++ b/docs/configs/settings.md @@ -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 ``` -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 diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx index f4345a7c..8c5020f7 100644 --- a/src/pages/_app.jsx +++ b/src/pages/_app.jsx @@ -53,7 +53,6 @@ const tailwindSafelist = [ "bg-orange-400", "dark:bg-orange-400", // maxGroupColumns - "3xl:basis-1/4", "3xl:basis-1/5", "3xl:basis-1/6", "3xl:basis-1/7",