diff --git a/lib/summary.typ b/lib/summary.typ index 0685db9..7596b9b 100644 --- a/lib/summary.typ +++ b/lib/summary.typ @@ -36,7 +36,7 @@ summary-card-description { display: flex; flex-direction: column; - text-align: left; + text-align: justify; height: 100%; h3 { @@ -45,8 +45,9 @@ } summary-card-details { + text-align: left; margin-top: auto; - padding-top: 0.5em; + padding-top: 1em; } } diff --git a/test_template/main.typ b/test_template/main.typ index 51de1f8..37dbfec 100644 --- a/test_template/main.typ +++ b/test_template/main.typ @@ -163,6 +163,7 @@ thead { ) #card-list( + min-width: 200, range(1, 21).map(i => summary( url: "http://test.example.com",