commit 4f17c4df8cec6b188a88ae1247d087996ee6db48
parent 30b62ab4578d7889793681ec2101f93873d51c3e
Author: alex wennerberg <alex@alexwennerberg.com>
Date: Sat, 8 Apr 2023 21:25:35 -0400
cleanup CSS
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/style.css b/src/style.css
@@ -16,7 +16,7 @@ nav { color: white; padding: 25px; float: left; }
nav details summary { margin-bottom: 30px }
main { color: white; padding: 25px; float:left; max-width:700px; }
nav .site-nav section { line-height: 22px; margin-bottom: 40px;}
-nav .site-nav section h2 { margin: 20px 0 20px 0; }
+nav .site-nav section h2 { font-size: 20px; margin: 20px 0 20px 0; }
nav .site-nav section ul { margin: 0px; padding: 0px; }
diff --git a/templates/header.html b/templates/header.html
@@ -15,19 +15,21 @@
<body>
<nav>
<section class="site-nav">
+ <section>
<ul>
<li><a href="/about.html">about</a></li>
<li><a href="/now.html">now</a></li>
<li><a href="/lists">lists</a></li>
<li><a href="/tech/index.html">tech</a></li>
</ul>
- </section>
- <section>
+ </section>
+ <section>
<h2>Writing</h2>
<ul>
<li><a href="/poetry">poetry</a></li>
<li><a href="/blog">blog</a></li>
</ul>
</section>
+ </section>
</nav>
<main>