diff options
author | Alexis Hovorka <[email protected]> | 2022-10-25 11:41:52 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2022-10-25 11:41:52 -0600 |
commit | a307ab7958bf9468f8ee51cf9cbf72293920eb76 (patch) | |
tree | 3e299c713894ca13f45451116803db40963c5a68 /static | |
parent | cff44b0c17c0bf32e893e99eb27d33d2998e3668 (diff) |
[fix] Fix invert button alignment
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index b871802..bf35504 100644 --- a/static/style.css +++ b/static/style.css @@ -31,7 +31,7 @@ html { #invert { float: right; - margin: 1.2rem 0 0; + margin: 1.34rem 0 0; height: 1rem; width: 1rem; background: #bbb; |