Header was 16px too narrow due to border-box and padding
This commit is contained in:
parent
5b9c1bcf59
commit
3710b01660
|
@ -10,6 +10,7 @@
|
|||
|
||||
> .wrap {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.contents {
|
||||
|
|
Loading…
Reference in New Issue