update headers

This commit is contained in:
2021-02-09 13:33:19 +02:00
parent 383919d734
commit 049cb0cd15
6 changed files with 34 additions and 18 deletions

View File

@@ -2,12 +2,13 @@
<section class="py-12 px-4 text-center">
<div class="w-full max-w-2xl mx-auto">
<span class="text-sm font-semibold">{{ header.title }}</span>
<h2 class="text-5xl mt-2 mb-6 leading-tight font-semibold font-heading">
<h2 class="text-4xl mt-2 mb-6 leading-tight font-heading">
{{ header.subtitle }}
</h2>
<p class="mb-8 text-gray-600 leading-relaxed">
{{ header.excerpt }}
</p>
<div
v-html="header.content"
class="mb-8 text-gray-700 leading-relaxed"
></div>
<div>
<g-link
class="bg-gray-900 learn-button hover:bg-gray-700 text-gray-100 px-5 py-3 mr-3 font-semibold rounded shadow"
@@ -29,4 +30,4 @@
export default {
props: ["header"],
};
</script>
</script>