Remove body margin

This commit is contained in:
alxshelepenok 2019-02-09 16:28:37 +03:00
parent 1ac51111f7
commit 9d3cdcbe01

View File

@ -6,6 +6,7 @@ html {
} }
body { body {
margin: 0;
font-family: $typographic-font-family; font-family: $typographic-font-family;
color: $typographic-base-font-color; color: $typographic-base-font-color;
line-height: $typographic-base-line-height; line-height: $typographic-base-line-height;