From 80f3e35c386519f1f2f493ab3aaefa5f7319e407 Mon Sep 17 00:00:00 2001 From: Iisakki Rotko Date: Fri, 10 Nov 2023 14:17:50 +0100 Subject: [PATCH] fix: button being outside screen --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index eb739d8..b661e4c 100644 --- a/style.css +++ b/style.css @@ -73,7 +73,8 @@ div:has(> b):has(a){ .link-container{ position: absolute; bottom: 0; + left: 0; width: 100%; - justify-content: end; + padding: 0 30px; } }