Push that pixel 👨‍🎨

This commit is contained in:
Christian Cueni 2019-07-17 11:49:32 +02:00
parent 599344e4be
commit 7419ab72c4
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@
color: $color-brand;
content: counter(list, lower-alpha) ") ";
counter-increment: list;
line-height: 27px;
}
}
}

View File

@ -11,6 +11,7 @@
<style scoped lang="scss">
@import "@/styles/_variables.scss";
.subtitle {
padding-top: 1px;
margin-bottom: $large-spacing;
}
</style>