diff options
author | dweller <dweller@cabin.digital> | 2024-02-26 17:39:44 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-02-26 17:39:44 +0200 |
commit | c56a1fe7639c56e51a5213329ac0dc787ff96291 (patch) | |
tree | 545d910bd3835ece21bf0cedd05b1abdb1cbbcf3 /style/search.css | |
parent | 928f6c4c70ac85b34216fb30bb5adf873e316080 (diff) |
guess what? yep, more CSS fixes
Diffstat (limited to 'style/search.css')
-rw-r--r-- | style/search.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/style/search.css b/style/search.css index eeb1e84..291b482 100644 --- a/style/search.css +++ b/style/search.css @@ -90,6 +90,7 @@ background: no-repeat url("/imgs/search-wt.svg"); background-size: contain; + background-position: center; height: 12pt; width: 12pt; @@ -119,6 +120,7 @@ margin-bottom: 1.5rem; } +#results > dl { overflow-wrap: break-word; } #results > dl > dt { font-size: large; } #results > dl > dd { |