diff --git a/assets/site.css b/assets/site.css
index 1120921..eb2ed09 100644
--- a/assets/site.css
+++ b/assets/site.css
@@ -22,6 +22,7 @@ body {
background-attachment: fixed;
background-color: var(--color-bg-3);
background-size: 100vw 100vh;
+ line-height: 1.5;
}
h1,
@@ -133,21 +134,17 @@ main {
}
footer {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
padding: 12px;
margin-top: 25px;
border-top: 1px solid var(--color-text);
}
-footer a {
- font-weight: bold;
-}
-
@media (min-width: 480px) {
footer {
padding: 12px 0;
}
+}
+
+li:not(:first-child) {
+ padding-top: 8px;
}
\ No newline at end of file
diff --git a/components/nav-links.html b/components/nav-links.html
new file mode 100644
index 0000000..c0b6916
--- /dev/null
+++ b/components/nav-links.html
@@ -0,0 +1,29 @@
+
+
+
\ No newline at end of file
diff --git a/components/section-link.html b/components/section-link.html
index 325f7e2..5a61a20 100644
--- a/components/section-link.html
+++ b/components/section-link.html
@@ -1,6 +1,6 @@
-