changed width of image at large scales

This commit is contained in:
JesseBot 2017-12-31 23:41:25 +00:00
parent b36d38a619
commit c974e0bc68

View file

@ -140,4 +140,7 @@ h3, h4, h5 {
padding-top: 12%;
min-width: 1000px;
}
.img-fluid {
max-width: 75%;
}
}