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 {
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;
}
}