add box sizing

This commit is contained in:
madarsbiss 2021-09-23 14:59:22 +03:00
parent 49022991c2
commit eee3aa60f9

View File

@ -3,6 +3,7 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {