1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-20 04:00:25 +02:00
searxng/searx/static/themes/oscar/less/pointhi/infobox.less
2020-08-09 20:44:26 -07:00

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;
}
}