Revert "Fixed incorrect page width on mobile devices"

This commit is contained in:
Roman Kelesidis 2024-11-09 17:12:54 +07:00
commit baa1d32f94
2 changed files with 1 additions and 2 deletions

View file

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