commit 7b3d08d0ef739fd3077607ddc74fb424840304d5
parent 51509c41bff814a56a9d0110c14f204ad4224b7c
Author: alex wennerberg <alex@alexwennerberg.com>
Date: Sun, 9 Apr 2023 16:41:42 -0400
some layout cleanup
Diffstat:
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/style.css b/src/style.css
@@ -12,9 +12,10 @@ header { ; padding: 25px; border-bottom: 1px solid #222; }
nav ul { list-style-type: none }
footer { color: white; line-height: 30px; clear:both; padding:15px; border-top: 1px solid #222; }
+hr { color: #222 }
nav { color: white; padding: 25px; float: left; }
nav details summary { margin-bottom: 30px }
-main { color: white; padding: 25px; float:left; max-width:700px; }
+main { color: white; padding: 15px; float:left; max-width:700px; }
nav .site-nav section { line-height: 22px; margin-bottom: 40px;}
nav .site-nav section h2 { font-size: 20px; margin: 20px 0 20px 0; }
nav .site-nav section ul { margin: 0px; padding: 0px; }
@@ -26,7 +27,7 @@ a, a:visited {
color: #00ffc3;
}
-h1, h2, h3, h4, h5, h6{ margin-bottom:.2em; font-family: monospace; }
+h1, h2, h3, h4, h5, h6{ margin-top: 0; margin-bottom:.2em; font-family: monospace; }
p { margin-bottom: .2em; line-height: 1.5; }
a:hover { background-color: black; color: white }
diff --git a/templates/footer.html b/templates/footer.html
@@ -1,6 +1,8 @@
+<br>
+<br>
<hr>
<a href="/tech/infra.html">live</a> from beautiful Brooklyn, NY
<a href="mailto:alex@alexwennerberg.com">email</a>
-<a href="https://merveilles.town/@aw">aw@merveilles.town</a>
+<a href="https://merveilles.town/@aw">mastodon: aw@merveilles.town</a>
</body>
</html>