summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2022-10-25 11:41:52 -0600
committerAlexis Hovorka <[email protected]>2022-10-25 11:41:52 -0600
commita307ab7958bf9468f8ee51cf9cbf72293920eb76 (patch)
tree3e299c713894ca13f45451116803db40963c5a68
parentcff44b0c17c0bf32e893e99eb27d33d2998e3668 (diff)
[fix] Fix invert button alignment
-rw-r--r--static/style.css2
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;