diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-18 21:21:21 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-18 21:21:21 +0100 |
| commit | 51e5d0756806f9620619450c00c5fc7cc3f0b892 (patch) | |
| tree | 8b52e60b252f038ba2097a3b37e0df33b18880f7 /http/src/css/feed.uppcss | |
| parent | b69418de7da7a84b9889b37a87667454cf538d09 (diff) | |
Diffstat (limited to 'http/src/css/feed.uppcss')
| -rw-r--r-- | http/src/css/feed.uppcss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/http/src/css/feed.uppcss b/http/src/css/feed.uppcss index 0d70c98..3a1aca6 100644 --- a/http/src/css/feed.uppcss +++ b/http/src/css/feed.uppcss @@ -12,26 +12,26 @@ ul:has(> .h-entry) { } } -.h-entry { +.h-feed .h-entry { display: flex; flex-direction: column; } -.h-entry + .h-entry { +.h-feed .h-entry + .h-entry { margin-block-start: var(--spacing-block-md); } -.h-entry > * { +.h-feed .h-entry > * { order: 1; margin: 0; } -.h-entry .dt-published { +.h-feed .h-entry .dt-published { order: 0; font-size: var(--font-size-sm); } -.h-entry .p-name { +.h-feed .h-entry .p-name { font-size: var(--font-size-md); font-weight: 400; } |
