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="
inline-block
bg-white
text-xl
text-lg
learn-button
hover:bg-gray-400
px-12
@@ -75,7 +75,7 @@
class="
inline-block
bg-white
text-xl
text-lg
learn-button
hover:bg-gray-400
px-12

View File

@@ -283,7 +283,7 @@
:href="brand.sourceUrl"
class="
bg-blue-900
text-sm
text-lg
learn-button
hover:bg-blue-800
text-white
@@ -312,7 +312,7 @@
}}</span>
</h2>
<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"
></div>
<a
@@ -322,7 +322,7 @@
class="
inline-block
bg-gray-900
text-2xl
text-xl
learn-button
hover:bg-gray-800
text-gray-100