mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Update src/assets/scss/base/_generic.scss
Use margin shorthand Co-Authored-By: Alexander Shelepenok <alxshelepenok@gmail.com>
This commit is contained in:
parent
a528e8838a
commit
6a9f76a7b1
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user