Adjust line-height for review page header

This commit is contained in:
Chloe Herd 2023-05-30 15:30:12 -04:00
parent 144503fd2a
commit 404f94e3f5

View file

@ -98,5 +98,6 @@ export default {
<style lang="scss" scoped>
.dark-header {
color: $black;
line-height: 1.6;
}
</style>