fixed In The News title

This commit is contained in:
Vilnite
2021-03-17 19:24:37 +02:00
parent ea56d65660
commit 9b8ff9e759
5 changed files with 24 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<div class="max-w-screen-xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
<div
v-html="news.content"
class="text-center text-base text-4xl leading-6 font-semibold uppercase text-gray-600 tracking-wider"
class="text-center text-base text-5xl mb-6 leading-tight font-semibold font-heading"
></div>
<div class="mt-6 grid grid-cols-2 gap-0.5 md:grid-cols-3 lg:mt-8">
<g-link

View File

@@ -55,6 +55,11 @@
:card="card"
/> -->
<!-- <SolutionsHeader
v-if="$page.markdownPage.headerSolution"
:header="$page.markdownPage.headerSolution"
/> -->
<InTheNews
v-if="$page.markdownPage.inTheNews"
:news="$page.markdownPage.inTheNews"
@@ -161,6 +166,10 @@
image
url
}
headerSolution{
subtitle
content
}
inTheNews {
id
content