From 6b31fb3b9edac32337e863ae45cf1e9cb87ead3b Mon Sep 17 00:00:00 2001 From: Rodrigo Emanuel Date: Sun, 11 May 2025 18:07:32 -0300 Subject: [PATCH] Update app.css --- css/app.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index b33c015..9312ebc 100644 --- a/css/app.css +++ b/css/app.css @@ -376,7 +376,7 @@ body { z-index: 11; width: 100%; top: 0; left: 0; - padding: 20px; + padding: 10px; font-size: 14px; display: flex; gap: 15px; @@ -436,7 +436,6 @@ body { #statistics { justify-content: center; - padding: 20px 10px; font-size: 12px; gap: 5px; text-shadow: 2px 2px 2px rgba(0,0,0,0.5); @@ -452,4 +451,4 @@ body { width: 18px; filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5)); } -} \ No newline at end of file +}