remove html tag, it is not worth

This commit is contained in:
2025-09-04 21:01:16 -06:00
parent 68b00e8eb7
commit 23589efb3e

View File

@@ -1,7 +1,5 @@
html,body { body {
overflow: hidden; /* Stop rubber-band on window for macos users */ overflow: hidden; /* Stop rubber-band on window for macos users */
background: linear-gradient(135deg, #3457f5eb, #8f50cf); background: linear-gradient(135deg, #3457f5eb, #8f50cf);
min-height: 100vh;
min-width: max-content;
margin: 0; margin: 0;
} }