mirror of
https://github.com/searxng/searxng
synced 2024-01-01 18:24:07 +00:00
16 lines
235 B
Plaintext
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;
|
|
}
|
|
}
|