diff --git a/_includes/header.njk b/_includes/header.njk
index 82ce15e..a2f499f 100644
--- a/_includes/header.njk
+++ b/_includes/header.njk
@@ -14,9 +14,8 @@
{% for entry in collections.all | eleventyNavigation %}
- {{ entry.title }}
-
+ {% if entry.url == page.url %}aria-current="page"{% endif %}
+ >{{ entry.title }}
{% endfor %}
diff --git a/_site/about/index.html b/_site/about/index.html
index 28b1100..9acf335 100644
--- a/_site/about/index.html
+++ b/_site/about/index.html
@@ -85,6 +85,14 @@ main {
margin: 0 auto 1rem;
}
+
+@media (max-width: 1000px ) {
+ header,
+ main {
+ width: 80%;
+ }
+}
+
@media (max-width: 750px) {
header,
main {
@@ -226,7 +234,7 @@ nav a:not(:has(img)) {
display: inline-block;
text-decoration: none;
font-size: 1.2rem;
- padding: 0 .25rem;
+ padding: .1rem .25rem;
border: solid .125rem var(--color-accent);
border-radius: .25rem;
background-color: var(--color-bg);
@@ -378,21 +386,15 @@ footer a:focus-visible {
@@ -406,9 +408,18 @@ footer a:focus-visible {
@@ -423,6 +434,6 @@ footer a:focus-visible {
site attribution
-
+