updated brandpanel

This commit is contained in:
Vilnite
2021-03-25 15:08:49 +03:00
parent 3a93761113
commit 7644d286f2
4 changed files with 16 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
>
<div class="lg:self-center">
<h2
class="text-3xl leading-9 font-extrabold text-white sm:text-3xl sm:leading-10"
class="text-3xl leading-9 font-extrabold text-white sm:text-4xl sm:leading-10"
>
<span class="block">{{ brand.title }}</span>
<span class="block" v-if="brand.subtitle">{{
@@ -20,11 +20,11 @@
class="py-6 mt-4 text-lg leading-6 text-white"
v-html="brand.content"
></div>
<a
<!-- <a
:href="brand.sourceUrl"
class="bg-teal-300 text-sm learn-button hover:bg-57EEF8-400 text-gray-900 px-12 py-2 mr-3 rounded shadow rounded-full"
>{{ brand.btnTxt }}</a
>
> -->
</div>
</div>
<div class="relative pb-3/5 -mt-6 md:pb-1/2">