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

@ -71,3 +71,9 @@ export default {
}
}
</script>
<style scoped>
p {
line-height: 1.5;
}
</style>