diff --git a/src/components/About.astro b/src/components/About.astro index 570938b..50b3036 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -9,11 +9,7 @@ import Divider from "./Divider.astro"
My Github Stats
@@ -45,7 +41,7 @@ import Divider from "./Divider.astro" rel="noreferrer" > Azure AI Fundamentals Badge @@ -55,7 +51,7 @@ import Divider from "./Divider.astro" rel="noreferrer" > Azure Data Fundamentals Badge diff --git a/src/components/Jumbo.astro b/src/components/Jumbo.astro index 7c9c672..1a86a37 100644 --- a/src/components/Jumbo.astro +++ b/src/components/Jumbo.astro @@ -1,17 +1,16 @@ --- -import RoundDivider from "./RoundDivider.astro" +import RoundDivider from "./RoundDivider.astro" import styles from "../styles/Jumbo.module.css" -import Divider from "./Divider.astro" +import Divider from "./Divider.astro" --- +
-

- Henry Hiles -

+

Henry Hiles

Full Stack .NET Developer & Discord Bot Developer
-
\ No newline at end of file + diff --git a/src/components/Nav.astro b/src/components/Nav.astro index f845582..c4ad4ff 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -3,8 +3,7 @@ import { Icon } from "astro-icon" import styles from "../styles/Nav.module.css" --- - - diff --git a/src/components/Portfolio.astro b/src/components/Portfolio.astro index af627e5..d7b2464 100644 --- a/src/components/Portfolio.astro +++ b/src/components/Portfolio.astro @@ -10,7 +10,7 @@ import Divider from "./Divider.astro"
{ projects.map((project, index) => ( - + {project.name}Page not found. We couldn't find that page. Please{" "} - go back - , or return to our home page. + go back, or return + to our home page.
diff --git a/src/styles/Nav.module.css b/src/styles/Nav.module.css index a2c38e9..86326a3 100644 --- a/src/styles/Nav.module.css +++ b/src/styles/Nav.module.css @@ -13,8 +13,12 @@ gap: 20px; } +.nav [aria-hidden="true"] { + display: none; +} + @media (min-width: 600px) { - .nav[data-expanded="false"] { + .nav[aria-expanded="false"] { padding: 1rem; width: unset; top: 10px; @@ -23,7 +27,7 @@ padding: 0; } - .nav[data-expanded="true"] { + .nav[aria-expanded="true"] { font-size: 1.5em; }