Change margin to padding becaue I am dumb

This commit is contained in:
2025-08-30 23:29:46 +02:00
parent 55d86dbcaf
commit bbee38af9b

View File

@@ -7,7 +7,7 @@
.body { .body {
height: 100%; height: 100%;
margin: 30px; padding: 30px;
overflow: scroll; overflow: scroll;
} }