]> where.june.codes Git - june.codes/commitdiff
Fixing a typo, adding a gap, adding code links.
authorJune Gardner <june@june.codes>
Wed, 27 Aug 2025 01:56:09 +0000 (18:56 -0700)
committerJune Gardner <june@june.codes>
Wed, 27 Aug 2025 01:56:09 +0000 (18:56 -0700)
theme/main.html
theme/styles.css

index bf4976ebd63ae3b1b54763a9afd7673f7af5653e..6f7e206e04616fc134f6c520308cb4cb5a9d075b 100644 (file)
@@ -17,6 +17,7 @@
             <nav>
                 <a href="https://june.codes/log">(log)</a>
                 <a href="https://june.codes/projects">(projects)</a>
+                <a href="https://where.june.codes">(code)</a>
                 <a href="https://june.codes/contact">(contact)</a>
             </nav>
         </header>
index 0106c8f0a6173a5c27144e2f043e8e25ac305bc8..dcacb8cfbb9f10eb27f280359025c19f0e9765e9 100644 (file)
@@ -124,9 +124,11 @@ a:hover {
     text-decoration: none;
 }
 
-nav: {
+nav {
     display: flex;
     flex-direction: row;
+    gap: 1rem;
+    flex-wrap: wrap;
 }
 
 p, ul {