+
Interested? Go to the Installation Page for instructions on how to get Globed,
or About page if you want to learn more!
diff --git a/tailwind.config.mjs b/tailwind.config.mjs
index 36c92b7..671b196 100644
--- a/tailwind.config.mjs
+++ b/tailwind.config.mjs
@@ -96,6 +96,8 @@ export default {
extend: {
maxWidth: {
'paragraph': 'min(36rem, 90vw)',
+ // this is just to ensure that "Multiplayer Mod" is on one line in the main page
+ 'subtitle': 'min(32rem, 90vw)',
}
},
},