From feccee588fadb1928e3a1a2f79007ac5107b71ea Mon Sep 17 00:00:00 2001 From: Alexander Chaschin Date: Thu, 11 Jul 2024 22:35:24 +0200 Subject: [PATCH] Fix: change footer size --- src/Region.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Region.tsx b/src/Region.tsx index 33ef39a..37ff095 100644 --- a/src/Region.tsx +++ b/src/Region.tsx @@ -61,8 +61,8 @@ const Footer = styled("div", { justifyContent: "flex-end", position: "absolute", bottom: 0, - left: 0, - width: "100%", + right: 0, + width: "fit-content", padding: "10px", }, });