Update app.css

This commit is contained in:
Rodrigo Emanuel
2025-05-11 18:07:32 -03:00
committed by GitHub
parent 7ae47a577e
commit 6b31fb3b9e

View File

@@ -376,7 +376,7 @@ body {
z-index: 11; z-index: 11;
width: 100%; width: 100%;
top: 0; left: 0; top: 0; left: 0;
padding: 20px; padding: 10px;
font-size: 14px; font-size: 14px;
display: flex; display: flex;
gap: 15px; gap: 15px;
@@ -436,7 +436,6 @@ body {
#statistics { #statistics {
justify-content: center; justify-content: center;
padding: 20px 10px;
font-size: 12px; font-size: 12px;
gap: 5px; gap: 5px;
text-shadow: 2px 2px 2px rgba(0,0,0,0.5); text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
@@ -452,4 +451,4 @@ body {
width: 18px; width: 18px;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5)); filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
} }
} }