diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-11-13 08:15:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-13 08:15:59 +0000 |
| commit | d64abb9310b2eaafffe42585f55d1a9d9457dd68 (patch) | |
| tree | 14f29979515e87931c334ce58b923072c8ed6e48 /searx/static/themes/simple/css/searxng.css | |
| parent | 0c70a96f57306c2dfa98adf9c6d4b958e1ad273a (diff) | |
| parent | 9bf53ab9740b8ba280b9145574795da6da6956ea (diff) | |
Merge pull request #473 from return42/searxng-wordmark
[simple theme] SearXNG wordmark & favicon
Diffstat (limited to 'searx/static/themes/simple/css/searxng.css')
| -rw-r--r-- | searx/static/themes/simple/css/searxng.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/searx/static/themes/simple/css/searxng.css b/searx/static/themes/simple/css/searxng.css index 5f5f3e53e..6313dc79f 100644 --- a/searx/static/themes/simple/css/searxng.css +++ b/searx/static/themes/simple/css/searxng.css @@ -2369,9 +2369,15 @@ article.result-images .detail { } #search_logo { grid-area: logo; + display: flex; + align-items: center; + justify-content: center; } -.search_logo_img { - width: 40px; +#search_logo svg { + flex: 1; + width: 30px; + height: 30px; + margin: 0.5rem 0 auto 0; } .search_categories { grid-area: categories; |