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

View File

@@ -7,7 +7,7 @@ html {
body {
margin: 0;
margin-left: calc(100vw - 100%);
margin: 0 0 0 calc(100vw - 100%);
font-family: $typographic-font-family;
color: $typographic-base-font-color;
line-height: $typographic-base-line-height;
@@ -167,4 +167,4 @@ figcaption {
float: left;
}
}
}