Titlecasing on headlines

This commit is contained in:
steven 2021-07-27 15:34:45 -07:00
parent d16e70228b
commit e4ec9f66af
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ const ContentSectionRisks = () => {
<div className="max-w-7xl mx-auto px-8 py-32 transform skew-y-3">
<div className="max-w-4xl mx-auto text-center pb-16">
<h2 className="mb-4 text-3xl md:text-4xl lg:text-4xl text-white font-bold font-heading">
Transparency builds trust
Transparency builds trust.
</h2>
<p className="text-xl md:text-2xl lg:text-2xl text-white text-opacity-70">
There are risks in participating in the token sale. It&apos;s

View File

@ -6,7 +6,7 @@ const ContentSectionSale = () => {
<div className="max-w-7xl mx-auto px-8 py-16">
<div className="max-w-4xl mb-24 mx-auto text-center">
<h2 className="mb-4 text-3xl md:text-4xl lg:text-4xl text-white font-bold font-heading">
How the token sale works
How the token sale works.
</h2>
<p className="text-xl md:text-2xl lg:text-2xl text-white text-opacity-70">
Fairness and transparency for all participants.
@ -37,7 +37,7 @@ const ContentSectionSale = () => {
<div className="flex flex-wrap overflow-hiddenm mt-8">
<div className="w-full mb-4 lg:mb-0 overflow-hidden lg:w-1/2 pr-4">
<p className="mb-2">
<span className="font-semibold text-mango-green text-xl">
<span className="font-semibold text-mango-green text-lg">
Sale period{' '}
</span>
</p>
@ -49,7 +49,7 @@ const ContentSectionSale = () => {
</div>
<div className="w-full overflow-hidden lg:w-1/2 pr-4">
<p className="mb-2">
<span className="font-semibold text-blue-400 text-xl">
<span className="font-semibold text-blue-400 text-lg">
Grace period{' '}
</span>
</p>