Change box-sizing

This commit is contained in:
Case Duckworth 2021-02-05 00:08:01 -06:00
parent 620d29e259
commit 89f11b9e11
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* { box-sizing: border-box; }
html,body{
font:18px/1.4 serif;
padding:0;