From 3d8e553dd939b2e5676fc78639462affc75a8b7e Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 10 Jan 2022 22:59:45 -0500 Subject: Fix position --- styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/style.css b/styles/style.css index b1e4de3..463193b 100644 --- a/styles/style.css +++ b/styles/style.css @@ -48,10 +48,10 @@ span.end::before { } button#light-dark { - position: sticky; + position: fixed; bottom: 10px; right:10px; - font-size: 16px; + font-size: 20px; background-color: var(--link-color); padding: 5px; border: none; -- cgit v1.2.3