mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 13:20:11 +01: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;
|
|
}
|
|
}
|