From 87196170f77a877902875b5a2b9f7d20e3a4abc1 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 29 Jun 2023 10:33:13 -0400 Subject: [PATCH] Final fixes --- src/categories.js | 2 +- src/styles/Nav.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/categories.js b/src/categories.js index ffaafb9..132368d 100644 --- a/src/categories.js +++ b/src/categories.js @@ -14,7 +14,7 @@ export default Object.entries({ web: { title: "Web Development", description: - "There are over 2 billion websites, and the number is only increasing. I post articles here about making static sites with Astro, creating webapps with Next.JS, and more. [Order a custom website from me here](/#hire)." + "There are over 2 billion websites, and the number is only increasing. I post articles here about CSS and HTML tips, making static sites or webapps with Astro / Next.JS, Web Development news, and more. [Order a custom website from me here](/#hire)." }, bot: { title: "Discord Bot Development", diff --git a/src/styles/Nav.module.css b/src/styles/Nav.module.css index dbbc357..f5fa12b 100644 --- a/src/styles/Nav.module.css +++ b/src/styles/Nav.module.css @@ -47,7 +47,7 @@ color: var(--primary-text); } -@media (max-width: 510px) { +@media (max-width: 525px) { .nav { position: unset; }