diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1b7191b..0e9e9bb 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -145,8 +145,8 @@ const Home: NextPage = ({ projects }: HomeStaticProps) => { ))} -
- XEVION +
+ Xevion
diff --git a/src/pages/projects.tsx b/src/pages/projects.tsx index d95a6cf..7afd10f 100644 --- a/src/pages/projects.tsx +++ b/src/pages/projects.tsx @@ -87,7 +87,7 @@ const ProjectsPage: NextPage = () => { }, { name: "trivia", - description: "Trivia Leaderboard in Flask", + description: "CLI + Flask Leaderboard", url: "http://github.com/Xevion/trivia", icon: MdOutlineLeaderboard }, diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 98591b1..1873932 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -8,6 +8,9 @@ module.exports = { 850: "#1D1D20" } }, + fontSize: { + '10xl': '10rem', + }, fontFamily: { inter: ["\"Inter\"", "sans-serif"], roboto: ["\"Roboto\"", "sans-serif"],