Reduce divider margin

This commit is contained in:
rijkvanzanten
2020-09-02 12:19:24 -04:00
parent 128da802a9
commit 92d134a8fe

View File

@@ -36,6 +36,6 @@ export default defineComponent({
<style lang="scss" scoped>
.margin {
margin-top: 48px;
margin-top: 12px;
}
</style>