*/}
window.open("https://statuscode-1.devfolio.co/")
}
- className="text-purple font-vt323 text-2xl text-center justify-center flex mt-2 mb-2 xl:text-4xl gap-3 min-[3840px]:gap-11 min-[3840px]:text-7xl min-[3840px]:m-5 ">
-
-
Apply with Devfolio
+ className="text-purple font-vt323 text-2xl text-center justify-center flex mt-2 mb-2 xl:text-4xl gap-3 3xl:gap-11 3xl:text-7xl 3xl:m-5 ">
+
+
Apply with Devfolio
{/* */}
-
+
Unleash your creativity and join Status Code 1, the ultimate 36-hour hackathon
extravaganza! Compete across diverse categories, showcasing
your skills, ingenuity, and collaborative spirit alongside
diff --git a/tailwind.config.js b/tailwind.config.js
index 8de7ab6..42f7683 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -10,6 +10,10 @@ export default {
'vt323':["VT323", 'monospace' ],
},
+ screens: {
+ '3xl': "2560px",
+ },
+
colors: {
red: {
DEFAULT: "rgba(231, 52, 39, 1)",