set max-height on infobox's images

This commit is contained in:
Marc Abonce Seguin 2020-08-02 17:11:24 -07:00
parent c9c39b3e79
commit 001eb047cd
8 changed files with 20 additions and 3 deletions

View file

@ -14,6 +14,10 @@
font-style: italic;
}
img{
max-height: "250px";
}
.btn{
background-color: @dark-blue;
border: none;