From 6da10bbaeb92e8d0b3d9cecdf08ca81929b9dfbe Mon Sep 17 00:00:00 2001 From: Vasilii Rogin Date: Tue, 2 Jan 2024 22:22:17 +0200 Subject: [PATCH] Fix learn_more position --- ui/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/index.css b/ui/index.css index ff8175f..21be781 100644 --- a/ui/index.css +++ b/ui/index.css @@ -52,7 +52,7 @@ } .learn_more { - position: absolute; + position: fixed; bottom: 10px; padding: 10px; left: 50%;