Fixed incorrect page width on mobile devices (#1653)

* Fixed incorrect page width on mobile devices

* Update top.css
This commit is contained in:
Roman Kelesidis 2024-10-09 23:07:31 +07:00 committed by GitHub
commit 8e43fde956
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ html {
}
body {
min-width: 760px;
min-width: fit-content;
color: #000000;
background: #E3E3E3;
}