Add line-height

pull/345/head
cagataycivici 2020-06-16 23:29:22 +03:00
parent 65ff68a33a
commit e97a03d017
1 changed files with 7 additions and 1 deletions

View File

@ -70,4 +70,10 @@ export default {
'SpacingDoc': SpacingDoc
}
}
</script>
</script>
<style scoped>
p {
line-height: 1.5;
}
</style>