This commit is contained in:
2021-04-06 14:13:51 +02:00
parent 102f040ac3
commit d55ff6fc31
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
}}</span>
</h2>
<div
class="py-6 mt-4 text-lg leading-6"
class="py-6 mt-4 text-gray-600"
v-html="brand.content"
></div>
<a
@@ -54,7 +54,7 @@
}}</span>
</h2>
<div
class="py-6 mt-4 text-lg leading-6 text-white"
class="py-6 mt-4 mx-4 text-white"
v-html="brand.content"
></div>
<!-- <a

View File

@@ -17,7 +17,7 @@
}}</span>
</h2>
<div
class="py-6 mt-4 text-lg leading-6"
class="py-6 mt-4 text-gray-600"
v-html="brand.content"
></div>
<a

View File

@@ -7,7 +7,7 @@
>
{{ main.title }}
</h2>
<p v-if="main !== null" class="mb-6 text-m tracking-widest text-gray-800">
<p v-if="main !== null" class="mb-6 text-gray-600">
{{ main.subtitle }}
</p>
</div>