enable the recommended CSS box-sizing model

This commit is contained in:
Jesse D. McDonald 2020-04-30 12:39:09 -05:00
parent a632ab7797
commit bb4c77b995
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
*, ::before, ::after {
box-sizing: border-box;
}
body { body {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
padding: 0; padding: 0;