reduce fonts
This commit is contained in:
@@ -30,7 +30,7 @@ h1 {
|
||||
.post-card-excerpt,
|
||||
.post-content-text {
|
||||
font-family: "Poppins", sans-serif !important;
|
||||
line-height: 1.5;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.post-content-text h2 {
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="post-content-text text-xl"
|
||||
class="post-content-text text-lg"
|
||||
v-html="$page.blog.content"
|
||||
></div>
|
||||
</section>
|
||||
@@ -210,4 +210,4 @@ export default {
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user