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:
parent
d9b9297c90
commit
68cbc25d86
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue