Header was 16px too narrow due to border-box and padding

This commit is contained in:
Kris 2018-12-18 20:38:43 -05:00
parent 5b9c1bcf59
commit 3710b01660
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
> .wrap {
box-sizing: border-box;
padding: 0;
width: 100%;
height: 100%;
.contents {