summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/screen.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index 012d359..45aea24 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -61,6 +61,13 @@ h2 {
padding-bottom: 5px;
}
+ul.merged li {
+ display: inline-block;
+}
+ul.merged li + li:before {
+ content: ", ";
+}
+
p {
max-width: 70rem;
}