enable the recommended CSS box-sizing model
This commit is contained in:
parent
a632ab7797
commit
bb4c77b995
|
|
@ -1,3 +1,7 @@
|
|||
*, ::before, ::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue