diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 51c4338..6c39f63 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -5,15 +5,17 @@ import Navbar from "./Navbar.astro";
-
+
+ +

- DELTAHACKSX + DELTAHACKSX

logo
-
+
NAV
diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 84833b0..90e042e 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -14,6 +14,9 @@ module.exports = { "dh-blue": "#2D9AEA", }, }, + fontSize: { + title: "2.5rem", + }, }, plugins: [require("tailwindcss-text-fill-stroke")()], };