update font size at about us

This commit is contained in:
2021-09-20 13:15:49 +02:00
parent 22cb8fdc4d
commit f87be94d89
2 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-xl text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12
@@ -75,7 +75,7 @@
class=" class="
inline-block inline-block
bg-white bg-white
text-xl text-lg
learn-button learn-button
hover:bg-gray-400 hover:bg-gray-400
px-12 px-12

View File

@@ -283,7 +283,7 @@
:href="brand.sourceUrl" :href="brand.sourceUrl"
class=" class="
bg-blue-900 bg-blue-900
text-sm text-lg
learn-button learn-button
hover:bg-blue-800 hover:bg-blue-800
text-white text-white
@@ -312,7 +312,7 @@
}}</span> }}</span>
</h2> </h2>
<div <div
class="pb-6 text-gray-900 text-2xl leading-tight tracking-wide" class="pb-6 text-gray-900 text-xl leading-tight tracking-wide"
v-html="brand.content" v-html="brand.content"
></div> ></div>
<a <a
@@ -322,7 +322,7 @@
class=" class="
inline-block inline-block
bg-gray-900 bg-gray-900
text-2xl text-xl
learn-button learn-button
hover:bg-gray-800 hover:bg-gray-800
text-gray-100 text-gray-100