]> git.za3k.com Git - za3k.git/commitdiff
nav only
authorZachary Vance <za3k@za3k.com>
Sun, 6 Jun 2021 06:55:33 +0000 (23:55 -0700)
committerZachary Vance <za3k@za3k.com>
Sun, 6 Jun 2021 06:55:33 +0000 (23:55 -0700)
archived.html
index.css

index 71eb6bc0cd9c3341a966897925199a67c7a117b1..09cb740326293ba4eb93d0728292418d98949e37 100644 (file)
@@ -5,8 +5,8 @@
     <link rel="stylesheet" type="text/css" href="index.css">
 </head>
 <body>
-    <div class="quote"><q>Things which matter most must never be at the mercy of things which matter least</q> - Johann Wolfgang von Goethe</div>
-    <div><a href="/">za3k</a> &gt; archive</div>
+    <div class="nav"><a href="/">za3k</a> &gt; archive</div>
+    <!--<div class="quote"><q>Things which matter most must never be at the mercy of things which matter least</q> - Johann Wolfgang von Goethe</div>-->
     <section id="personal">
         <h1>Personal</h1>
         <ul>
index f3c9e6a075b9c1a47d6403b5199dbac26b640616..481cbfe128a45c8e9c394c97f5734d3903710584 100644 (file)
--- a/index.css
+++ b/index.css
@@ -19,6 +19,13 @@ body > .quote {
     margin-bottom: 10px;
 }
 
+body > .nav {
+    column-span: all;
+    -webkit-column-span: all;
+    -moz-column-span: all;
+    margin-bottom: 10px;
+}
+
 #downtime {
     column-span: all;
     display: block;