Formatting

This commit is contained in:
richard-dds 2019-05-31 16:28:34 -04:00
parent 8302490194
commit 27041f77fb
2 changed files with 1 additions and 4 deletions

View File

@ -115,5 +115,5 @@ const app = new Vue({
},
delimiters: ['!{', '}'],
directives: {'sticky': VueSticky}
directives: { sticky: VueSticky },
})

View File

@ -8,13 +8,10 @@
}
background-color: $color-gray-lightest;
border-top: 1px solid $color-gray-lighter;
border-bottom: 1px solid $color-gray-lighter;
padding: 0 40px 0 40px;
box-shadow: $box-shadow;
margin-bottom: 20px;
}