fix padding

This commit is contained in:
2026-01-07 20:12:07 +02:00
parent 7dbba818db
commit b9da4dd56b
3 changed files with 865 additions and 121 deletions
-6
View File
@@ -3,12 +3,6 @@
@import "tailwindcss";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body, #root {
height: 100%;
width: 100%;