searx/searx/static/themes/oscar/less/pointhi/infobox.less

16 lines
235 B
Plaintext

.infobox {
img{
max-height: 250px;
}
.infobox_part {
margin-bottom: 20px;
word-wrap: break-word;
table-layout: fixed;
}
.infobox_part:last-child {
margin-bottom: 0;
}
}