Fix squashed images on front page

This commit is contained in:
Alex Cabal 2022-07-09 09:49:57 -05:00
parent f8c8bed247
commit e2a1dbb1e5

View file

@ -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);