tweak summary card style

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-04-21 11:33:52 +02:00
parent f6705c75a0
commit 2db8f2eb1d
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 4 additions and 2 deletions

View file

@ -36,7 +36,7 @@
summary-card-description { summary-card-description {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
text-align: left; text-align: justify;
height: 100%; height: 100%;
h3 { h3 {
@ -45,8 +45,9 @@
} }
summary-card-details { summary-card-details {
text-align: left;
margin-top: auto; margin-top: auto;
padding-top: 0.5em; padding-top: 1em;
} }
} }

View file

@ -163,6 +163,7 @@ thead {
) )
#card-list( #card-list(
min-width: 200,
range(1, 21).map(i => range(1, 21).map(i =>
summary( summary(
url: "http://test.example.com", url: "http://test.example.com",