]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
add separate between items
authorCameron Otsuka <cameron@otsuka.haus>
Thu, 16 Apr 2026 04:03:34 +0000 (00:03 -0400)
committerCameron Otsuka <cameron@otsuka.haus>
Thu, 16 Apr 2026 04:03:34 +0000 (00:03 -0400)
src/components/ui/contentlist.astro
src/styles/style.css

index 06d43fe70be8c4b76098145bd40f1535070545fe..1901e2a27e21c34d6383b418622e30445b75a36b 100644 (file)
@@ -33,3 +33,10 @@ const displayedEntries =
     ))
   }
 </dl>
+
+<style>
+  dd:not(:last-child) {
+    padding-block-end: 0.75rem;
+    border-block-end: 1px dotted var(--color-border);
+  }
+</style>
index f250ab020c515879ab0089098a0489981515833b..37b96fdc520f286a65f55d9c64c8c8d6f7206b09 100644 (file)
@@ -123,7 +123,7 @@ img:hover {
   filter: grayscale(0);
 }
 dd {
-  margin-block-end: 0.5rem;
+  margin-block-end: 0.75rem;
   padding-inline-start: 1.5rem;
 }
 blockquote {