diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-04-01 08:31:15 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-04-01 08:31:15 -0300 |
| commit | 4a3e8093be807fda157df005b30e935e66660ea8 (patch) | |
| tree | 4f742fe735ea8c35b61803a880689883cc3a4be1 /static | |
| parent | 9444b234f082c6d9670d0e33a3979be96b48eb06 (diff) | |
aumentado o tamanho da tela pra modo "mobile"
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
