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/main.css | |
parent | 928f6c4c70ac85b34216fb30bb5adf873e316080 (diff) |
guess what? yep, more CSS fixes
Diffstat (limited to 'style/main.css')
-rw-r--r-- | style/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style/main.css b/style/main.css index e650d1b..627da0a 100644 --- a/style/main.css +++ b/style/main.css @@ -280,8 +280,8 @@ button, input { all: unset; } { background: no-repeat url("/imgs/search.svg"); background-size: contain; - margin-top: 0.15rem; - width: 1.25rem; + background-position: center; + width: 16pt; margin-right: 1rem; } |