fix(mobile): minor changes

This commit is contained in:
ManishMadan2882
2024-09-18 03:21:46 +05:30
parent b5f1a8e90f
commit 18ce7c8f2f
5 changed files with 10 additions and 9 deletions

View File

@@ -71,7 +71,8 @@ body {
Avoid changing height in mobile browsers
*/
@media only screen and (max-width: 500px) {
body,html {
body,
html {
height: 100%;
position: fixed;
width: 100%;