Set image max width to 100% on project summaries

This commit is contained in:
Drew DeVault 2020-04-29 13:53:17 -04:00
parent d53f622d54
commit 413bf32989
1 changed files with 4 additions and 0 deletions

View File

@ -119,4 +119,8 @@
margin-top: 2rem;
}
}
img {
max-width: 100%;
}
}