Final fixes

This commit is contained in:
Henry Hiles 2023-06-29 10:33:13 -04:00
parent e99d9d8bf1
commit 87196170f7
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -47,7 +47,7 @@
color: var(--primary-text);
}
@media (max-width: 510px) {
@media (max-width: 525px) {
.nav {
position: unset;
}