mirror of
https://github.com/searxng/searxng.git
synced 2024-11-16 09:30:11 +01:00
[fix] wrong engines padding
This commit is contained in:
parent
30dcaf1db6
commit
c85f706601
@ -905,7 +905,7 @@ summary.title {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
padding: 0 0 3px 0;
|
padding: 3px 0 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user