X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/127617a6b45979c4634530c801346cd6f4e19051..46e00845fab171c8a35b2455e60f59e51463ca3d:/style.css diff --git a/style.css b/style.css index baeed6b..163c9cf 100644 --- a/style.css +++ b/style.css @@ -12,7 +12,6 @@ body { main { margin: auto; - max-width: 38em; } main > header { @@ -25,7 +24,7 @@ main > header { margin-bottom: 0; } #title:after { - content: ".org"; + content: ".eu.org"; color: #dadada; } #subtitle { @@ -76,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; } @@ -102,3 +101,22 @@ p:first-child { 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; +} +*/