summaryrefslogtreecommitdiff
path: root/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/styles.css')
-rw-r--r--css/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 2f7d8e5..6f5163e 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -435,6 +435,11 @@ body {
.modal-summary p {
color: var(--text-primary);
line-height: 1.7;
+ margin-bottom: 1.5em;
+}
+
+.modal-summary p:last-of-type {
+ margin-bottom: 0;
}
.modal-summary .loading {