4 lines
54 B
CSS
4 lines
54 B
CSS
|
*, :after, :before {
|
||
|
-moz-box-sizing: border-box;
|
||
|
}
|