diff --git a/src/routes/reddit-tracker/+page.svelte b/src/routes/reddit-tracker/+page.svelte index 5adbd6d5..a30e96a0 100644 --- a/src/routes/reddit-tracker/+page.svelte +++ b/src/routes/reddit-tracker/+page.svelte @@ -297,7 +297,7 @@ const optionCompanySpread = {
-
+
diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 7c4ef116..67b9e2fe 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -18,7 +18,7 @@ module.exports = { }, extend: { screens:{ - '3xl': '1600px', + '3xl': '1900px', }, colors: { border: "hsl(var(--border) / )",