Documentation

This commit is contained in:
Lucas 2019-11-28 07:20:36 +07:00
parent 80ce6f23c1
commit f5e4d01cbb
18 changed files with 429 additions and 427 deletions

View file

@ -12,7 +12,8 @@ article pre {
@media (min-width: map-get($breakpoints, "sm")) {
padding: $spacing-block ($spacing-block*map-get($spacing-factor, "sm"));
margin-bottom: 0;
margin: -$spacing-block*map-get($spacing-factor, "sm");
margin-top: $spacing-block*map-get($spacing-factor, "sm");
}
}