Push that pixel 👨🎨
This commit is contained in:
parent
599344e4be
commit
7419ab72c4
|
|
@ -57,6 +57,7 @@
|
||||||
color: $color-brand;
|
color: $color-brand;
|
||||||
content: counter(list, lower-alpha) ") ";
|
content: counter(list, lower-alpha) ") ";
|
||||||
counter-increment: list;
|
counter-increment: list;
|
||||||
|
line-height: 27px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import "@/styles/_variables.scss";
|
@import "@/styles/_variables.scss";
|
||||||
.subtitle {
|
.subtitle {
|
||||||
|
padding-top: 1px;
|
||||||
margin-bottom: $large-spacing;
|
margin-bottom: $large-spacing;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue