set max-height on infobox's images
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
img{
|
||||
max-height: "250px";
|
||||
}
|
||||
|
||||
.btn{
|
||||
background-color: @dark-blue;
|
||||
border: none;
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
.infobox {
|
||||
img{
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
.infobox_part {
|
||||
margin-bottom: 20px;
|
||||
word-wrap: break-word;
|
||||
|
||||
Reference in New Issue
Block a user