mirror of
https://github.com/searxng/searxng
synced 2024-11-09 01:10:26 +00:00
f496dc353d
The original code made by @logico-dev (#559)
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
.infobox {
|
|
.infobox_part {
|
|
margin-bottom: 20px;
|
|
word-wrap: break-word;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
.infobox_part:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|