img max width to prevent clipping on small screens

This commit is contained in:
Asif Bacchus 2019-06-22 09:46:11 -06:00
parent 24022a3e5d
commit 2eb50b55d8
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ h1 {
img {
margin: 2rem 0;
max-height: 50vh;
max-height: 50vh;
max-width: 85vw;
}
p {