diff --git a/themes/bs3/static/css/custom.css b/themes/bs3/static/css/custom.css index 9429fee..df6cc4b 100644 --- a/themes/bs3/static/css/custom.css +++ b/themes/bs3/static/css/custom.css @@ -46,3 +46,8 @@ table {margin: .5em auto 1.5em auto; width: 98%;} .entry-content table tr:nth-child(even) { background-color: rgba(0,0,0,0.2); } + +/* This is to make the dedication slightly more compact */ +.slug-index .entry-content p { + line-height: 0; +}