mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -04:00
Add height and width to ebook hero images and grid
This commit is contained in:
parent
1610449a5f
commit
f674a6c0c2
3 changed files with 3 additions and 2 deletions
|
@ -1295,6 +1295,7 @@ main.ebooks > ol > li p{
|
|||
main.ebooks > ol > li img{
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue