1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-28 15:50:15 +02:00

[fix] wrong engines padding

This commit is contained in:
allixx 2024-01-31 09:46:18 +03:00 committed by Markus Heiser
parent 30dcaf1db6
commit c85f706601

View File

@ -905,7 +905,7 @@ summary.title {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
padding: 0 0 3px 0;
padding: 3px 0 0 0;
}
}