Merge pull request 'Tweak CSS a tiny bit to add more padding to the right of info cells.' (#95) from master into release

Reviewed-on: https://git.marginalia.nu/marginalia/marginalia.nu/pulls/95
This commit is contained in:
Viktor Lofgren 2022-08-19 16:07:52 +02:00
commit bbcedb7e9d

View File

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