This commit is contained in:
Rico Sta. Cruz 2017-08-25 18:29:05 +08:00
parent 86b12ba206
commit 073078cd22
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
@mixin heading-style {
margin: $gut;
padding: 0;
margin-bottom: 16px;
padding-bottom: 16px;
margin-bottom: 16px + 8px;
padding-bottom: 16px + 8px;
margin-top: 64px;
border-bottom: solid 1px $dark-line-color;