set max width for images

This commit is contained in:
Santiago Forero 2021-10-12 13:35:02 -05:00
parent ccbf735daf
commit f243e4d3e2
1 changed files with 4 additions and 0 deletions

View File

@ -30,4 +30,8 @@ a:hover {
#main-footer {
margin: 5%;
}
img {
max-width: 30%;
}