diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css
index afc0eaf..8f17994 100644
--- a/public_html/css/hpr.css
+++ b/public_html/css/hpr.css
@@ -199,7 +199,7 @@ img {
height: auto;
}
-ul {
+dl, ul {
padding-left: 1.15rem;
}
@@ -210,8 +210,21 @@ li {
li:last-child {
margin-bottom: 0.25rem;
}
-a {
- text-decoration: none;
+
+dt, dd {
+ line-height: 1.25;
+}
+
+dt {
+ display: list-item;
+ list-style-type: disc;
+ margin-bottom: 0.15rem;
+}
+
+dd {
+ margin-bottom: 0.35rem;
+ margin-left: 1rem;
+}
color: var(--link-primary);
}
a:hover {
diff --git a/templates/content-index.tpl.html b/templates/content-index.tpl.html
index bf5d331..d903fe3 100644
--- a/templates/content-index.tpl.html
+++ b/templates/content-index.tpl.html
@@ -95,20 +95,20 @@