Add feather icons and use them in the global nav, add RSS
[styx.blog] / core / templates / core / style.css
index a49d1bb..9e38a57 100644 (file)
@@ -46,9 +46,15 @@ body > header > h1 {
 }
 
 body > nav {
+  display: flex;
+  align-items: center;
   margin-bottom: 4rem;
 }
 
+body > nav a:not(:first-child) {
+  margin-left: 1.5rem;
+}
+
 body > main {
   width: calc(100% - 4rem);
   max-width: 40rem;