diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 20:57:22 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 20:57:22 +0200 |
| commit | de879a6b1dd248d0dba8de12a290671509839f42 (patch) | |
| tree | bbc0ea72e1cf401ff8128516fe9bf7231b332390 /public/stylesheets | |
| parent | 87f3403dfcfa008070f69fe588e1e108c001fe27 (diff) | |
Bottom align headline pdf cards
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/ccc.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 5046baac..a8d29459 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -778,7 +778,7 @@ div.teaser_ruler { | |||
| 778 | 778 | ||
| 779 | .headline_document_card { | 779 | .headline_document_card { |
| 780 | display: flex; | 780 | display: flex; |
| 781 | align-items: flex-start; | 781 | align-items: flex-end; |
| 782 | gap: 1.5em; | 782 | gap: 1.5em; |
| 783 | margin: 1.5em 0; | 783 | margin: 1.5em 0; |
| 784 | text-decoration: none; | 784 | text-decoration: none; |
| @@ -796,6 +796,7 @@ div.teaser_ruler { | |||
| 796 | flex-direction: column; | 796 | flex-direction: column; |
| 797 | gap: 0.3em; | 797 | gap: 0.3em; |
| 798 | padding-top: 0.5em; | 798 | padding-top: 0.5em; |
| 799 | padding-bottom: 0.5em; | ||
| 799 | } | 800 | } |
| 800 | 801 | ||
| 801 | .headline_document_card_titlerow { | 802 | .headline_document_card_titlerow { |
