diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-23 08:11:52 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-23 08:11:52 +0100 |
| commit | 61a97e8207c1880e3c7d7591897470f0a25eb6b8 (patch) | |
| tree | e7d329bbb0dac2c98bb9af3d5f698fe37f150186 | |
| parent | 9ff6441101292654c24b0eaceddc790f7c898214 (diff) | |
margin:0 in .entry-meta
| -rw-r--r-- | http/src/css/feed.uppcss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index 64f631b..ecf3d71 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -31,6 +31,10 @@ ul:has(> .h-entry) { font-size: var(--font-size-sm); display: flex; + > * { + margin: 0; + } + > * + *::before { content: ' • '; } |
