Tweak CSS a tiny bit to add more padding to the right of info cells.

This commit is contained in:
vlofgren 2022-08-19 16:07:22 +02:00
parent 09f3e0c97e
commit 095ed7c6c4

View File

@ -90,6 +90,7 @@ article > section > p { display: none; }
.card .info { .card .info {
flex-grow: 1; flex-grow: 1;
padding-left: 1ch; padding-left: 1ch;
padding-right: 1ch;
line-height: 1.6; line-height: 1.6;
} }
.card { .card {