diff --git a/themes/bs3/static/css/custom.css b/themes/bs3/static/css/custom.css
index 9429feeebfe4e032f4c55de642e0e09499843f88..df6cc4bb82f7246f071b6a4134071e09efb12a6c 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;
+}