Update src/assets/scss/base/_generic.scss

Use margin shorthand

Co-Authored-By: Alexander Shelepenok <alxshelepenok@gmail.com>
This commit is contained in:
Aleksander Helgaker 2019-08-26 20:23:28 +02:00 committed by GitHub
parent a528e8838a
commit 6a9f76a7b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ html {
body { body {
margin: 0; margin: 0;
margin-left: calc(100vw - 100%); margin: 0 0 0 calc(100vw - 100%);
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;