]> where.june.codes Git - june.codes/commitdiff
More header changes.
authorJune Gardner <june@june.codes>
Wed, 27 Aug 2025 02:15:05 +0000 (19:15 -0700)
committerJune Gardner <june@june.codes>
Wed, 27 Aug 2025 02:15:05 +0000 (19:15 -0700)
theme/main.html
theme/styles.css

index 6f7e206e04616fc134f6c520308cb4cb5a9d075b..9bcc9649865529fae2106a4297401df81cf2e05a 100644 (file)
@@ -11,9 +11,8 @@
     </head>
     <body>
         <header>
-            <p>
-                <a href="https://june.codes">[June Gardner]</a> ---- {{ page.title }}
-            </p>
+            <a href="https://june.codes">[June Gardner]</a>
+            <p>{{ page.title }}</p>
             <nav>
                 <a href="https://june.codes/log">(log)</a>
                 <a href="https://june.codes/projects">(projects)</a>
index ffadce82e9c622e2e6c55ff6d0f423b5879193a6..678c69da5d01fbc1cdb84019852b9d789c067a90 100644 (file)
@@ -90,7 +90,11 @@ header > p {
     margin: 0;
 }
 
-header > p > a, header > nav > a {
+header > a {
+    justify-self: start;
+}
+
+header > a, header > nav > a {
     text-decoration: none;
 }
 
@@ -98,7 +102,7 @@ header > nav > a {
     border-radius: 4rem;
 }
 
-header > p > a:hover, header > nav > a:hover {
+header > a:hover, header > nav > a:hover {
     color: var(--foreground);
     background: var(--background);
 }