From a307ab7958bf9468f8ee51cf9cbf72293920eb76 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Tue, 25 Oct 2022 11:41:52 -0600 Subject: [fix] Fix invert button alignment --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf