Update thumbnail

This commit is contained in:
Michael Bradley 2025-01-05 21:57:41 +13:00
parent ba61105204
commit c7b120326d
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 7 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Before After
Before After

View file

@ -300,6 +300,13 @@ p {
}
}
/* Helper for capturing thumb.png*/
@media print {
.invisible-div {
padding: 1rem;
}
}
#basic-info {
display: flex;
flex-direction: column;