add blurb about me to front page
[~bandali/bndl.org] / style.css
index c6d59fc..af0562d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -5,6 +5,7 @@ article, aside, footer, header, nav, section {
 
 body {
   font-family: FreeSans, sans-serif;
+  line-height: 1.4;
   padding: 1em;
 }
 
@@ -96,3 +97,6 @@ main > h3, ul:first-child {
 p:first-child {
   margin-top: 0;
 }
+p:last-child {
+  margin-bottom: 0;
+}