forked from f0ck/f0ckv2
5 lines
99 B
CSS
5 lines
99 B
CSS
* {
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
} |