mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Fix squashed images on front page
This commit is contained in:
parent
f8c8bed247
commit
e2a1dbb1e5
1 changed files with 1 additions and 1 deletions
|
@ -495,12 +495,12 @@ main.front-page > section > section figure.oss img{
|
|||
display: inline;
|
||||
filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, .25));
|
||||
margin: 1rem;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
main.front-page > section > section figure img{
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
box-sizing: border-box;
|
||||
border-radius: 5px;
|
||||
border: 1px solid var(--border);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue