max-width in percentage

This commit is contained in:
Luke Smith 2022-04-29 16:16:32 -04:00
parent 5aacd6b81a
commit ba2d0a55c2
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ footer {
}
img {
max-width: 600px ;
max-width: 90% ;
max-height: 400px ;
margin: auto ;
display: block ;