feat: refactor image loading

This commit is contained in:
Cory Dransfeldt 2024-05-01 17:46:07 -07:00
parent 22fd3850ef
commit 93fb7eafeb
No known key found for this signature in database
30 changed files with 3408 additions and 4023 deletions

View file

@ -22,8 +22,7 @@
border-color: var(--accent-color-hover)
}
& img,
& picture {
& img {
max-width: calc(var(--sizing-3xl) * 4);
height: auto;
}
@ -68,11 +67,6 @@
gap: var(--sizing-base);
align-items: start;
& picture {
display: block;
margin-bottom: var(--sizing-md);
}
& .book-meta {
align-items: start;
}