Final fixes
This commit is contained in:
parent
e99d9d8bf1
commit
87196170f7
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
color: var(--primary-text);
|
||||
}
|
||||
|
||||
@media (max-width: 510px) {
|
||||
@media (max-width: 525px) {
|
||||
.nav {
|
||||
position: unset;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue