From 98689a9ea44266599fee4c19f55b0f7dc559ac3b Mon Sep 17 00:00:00 2001 From: Physcik Date: Fri, 19 Dec 2025 21:40:40 +0500 Subject: Fixed border radius --- static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index df30726..7bf4647 100644 --- a/static/index.css +++ b/static/index.css @@ -25,7 +25,7 @@ body { background-color: rgb(0%, 0%, 0%, 0.5); height: 10vh; width: 100%; - padding: 5px 10px 5px 10px; + padding: 5px 0px 5px 0px; border-radius: 10px 10px 0px 0px; margin: 0px; display: flex; -- cgit v1.3