add “on the side” bit
[~bandali/bndl.org] / style.css
index 86cf7ea..163c9cf 100644 (file)
--- a/style.css
+++ b/style.css
@@ -5,13 +5,13 @@ article, aside, footer, header, nav, section {
 
 body {
   font-family: FreeSans, sans-serif;
+  text-transform: lowercase;
   line-height: 1.4;
   padding: 1em;
 }
 
 main {
   margin: auto;
-  max-width: 38em;
 }
 
 main > header {
@@ -24,7 +24,7 @@ main > header {
   margin-bottom: 0;
 }
 #title:after {
-  content: ".org";
+  content: ".eu.org";
   color: #dadada;
 }
 #subtitle {
@@ -46,6 +46,7 @@ article h3 {
 
 code {
   font-size: 1.15em;
+  text-transform: none;
 }
 
 table td {
@@ -74,7 +75,7 @@ nav li:last-child:after {
 
 main {
   display: grid;
-  grid-template-columns: auto 38em auto;
+  grid-template-columns: auto 32em auto;
   grid-column-gap: 1.5em;
   grid-row-gap: 1em;
 }
@@ -97,3 +98,25 @@ main > h3, ul:first-child {
 p:first-child {
   margin-top: 0;
 }
+p:last-child {
+  margin-bottom: 0;
+}
+
+#publications section {
+  text-transform: none;
+}
+dl {
+  margin: 0;
+}
+/*
+ol {
+  margin: 0;
+  padding: 0;
+}
+ol li {
+  margin-top: 0.5em;
+}
+ol li:first-child {
+  margin-top: 0;
+}
+*/