1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 04:54:18 +00:00

🔧 Enforce border-box sizing

This commit is contained in:
Stefano Pigozzi 2021-04-21 00:28:23 +02:00
parent d9b9297c90
commit 68cbc25d86
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

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