From: xangelo Date: Sat, 27 Jan 2024 04:31:28 +0000 (-0500) Subject: add separator between each "group" of feeds X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=d45c14f5b872067d03585348bcccbf53e7ff03d4;p=river.git add separator between each "group" of feeds --- diff --git a/src/public/style.css b/src/public/style.css index 7f934ca..011edad 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -12,6 +12,14 @@ } } + .header::before { + content: ''; + border: solid 0 #aaa; + border-top-width: 1px; + width: 100%; + display: block; + margin-bottom: 1rem; + } .content { margin-left: 1rem; padding: 0 0.6rem;