fixed In The News title
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user