}>
You can see the settings items below because you are an Admin.
diff --git a/frontend/web/tailwind.config.js b/frontend/web/tailwind.config.js
index e30a0e9..7a0ddf7 100644
--- a/frontend/web/tailwind.config.js
+++ b/frontend/web/tailwind.config.js
@@ -3,6 +3,9 @@ module.exports = {
content: ["./index.html", "./src/**/*.{js,ts,tsx}"],
darkMode: "class",
theme: {
+ maxWidth: {
+ "8xl": "88rem",
+ },
fontSize: {
xs: ".75rem",
sm: ".875rem",