Fix squashed logos in small windows on front page

This commit is contained in:
Alex Cabal 2022-03-21 09:25:23 -05:00
parent b0197d189a
commit 4b522fb8f7

View file

@ -484,6 +484,7 @@ 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{