reduce fonts

This commit is contained in:
samaradel
2021-07-08 12:33:03 +02:00
parent 6fa1be89bb
commit b1071dc97c
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ h1 {
.post-card-excerpt, .post-card-excerpt,
.post-content-text { .post-content-text {
font-family: "Poppins", sans-serif !important; font-family: "Poppins", sans-serif !important;
line-height: 1.5; line-height: 1.7;
} }
.post-content-text h2 { .post-content-text h2 {

View File

@@ -88,7 +88,7 @@
" "
> >
<div <div
class="post-content-text text-xl" class="post-content-text text-lg"
v-html="$page.blog.content" v-html="$page.blog.content"
></div> ></div>
</section> </section>
@@ -210,4 +210,4 @@ export default {
}; };
}, },
}; };
</script> </script>