From 4a3e8093be807fda157df005b30e935e66660ea8 Mon Sep 17 00:00:00 2001 From: esquizo Date: Wed, 1 Apr 2026 08:31:15 -0300 Subject: aumentado o tamanho da tela pra modo "mobile" --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index b6105dc..9f114ef 100644 --- a/static/style.css +++ b/static/style.css @@ -117,7 +117,7 @@ pre { max-width: 100%; } -@media (min-width: 640px) { +@media (min-width: 1000px) { .header-container { justify-content: center; flex-direction: row; -- cgit v1.2.3