set max width for images

This commit is contained in:
Santiago Forero 2021-10-12 13:35:02 -05:00
parent ccbf735daf
commit f243e4d3e2

View File

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