changed margin length

This commit is contained in:
2025-08-21 06:43:54 +00:00
parent a9a9732243
commit c2d5405fb6

View File

@@ -8,7 +8,7 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
* {
margin: 1;
margin: 2;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;