Fix responsive front page image

This commit is contained in:
Alex Cabal 2020-11-20 10:02:40 -06:00
parent 500b2e8150
commit fa646b8c10

View file

@ -152,7 +152,7 @@ main.front-page h1 ~ section{
}
main.front-page > p,
main.front-page > img{
main.front-page > picture img{
width: 40rem;
max-width: 100%; /* for responsive */
}