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