update markets page text

This commit is contained in:
Maximilian Schneider 2021-07-21 03:07:55 +02:00
parent 67ad528cab
commit 91cf4a2dc7
2 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,7 @@ const FeatureSection = () => {
return (
<div className="bg-th-bkg-3 transform -skew-y-3 pt-16 pb-32 lg:pb-48 mb-48 lg:mb-48 -mt-64">
<div className="max-w-7xl mx-auto px-4 transform skew-y-3">
<section className="py-28 px-4">
<section className="py-16 md:py-28 px-4">
<div className="flex flex-wrap -mx-4 mb-6">
<div className="lg:w-1/3 px-4 mb-6">
<svg

View File

@ -5,16 +5,16 @@ const HeroSectionMarkets = () => {
return (
<div className="">
<section className="bg-hero-img bg-no-repeat bg-cover bg-top">
<div className="px-4 mx-auto">
<div className="relative xs:py-16 sm:py-16 md:py-16 lg:py-16 lg:mb-48 xs:mb-48">
<div className="max-w-2xl mb-16 mx-auto text-center">
<h2 className="mb-3 lg:text-5xl md:text-4xl sm:text-4xl xs:text-3xl text-white font-bold font-heading">
<div className="sm:px-4 px-2 mx-auto">
<div className="relative py-16 mb-48">
<div className="max-w-4xl mb-16 mx-auto text-center">
<h2 className="mb-3 lg:text-5xl sm:text-4xl text-3xl text-white font-bold font-heading">
You will love trading here.
</h2>
<p className="text-gray-400 lg:text-2xl md:text-2xl sm:text-2xl xs:text-lg">
Mango Markets is a fully open-source margin trading exchange.
Its best in class user interface provides access to deep
liquidity and high leverage for traders, built by traders.{' '}
<p className="text-gray-400 sm:px-0 px-2 lg:text-2xl sm:text-xl text-lg">
Mango Markets provides access to deep&nbsp;liquidity, leverage
and derivatives
for&nbsp;traders,&nbsp;built&nbsp;by&nbsp;traders.
</p>
<div className="flex lg:flex-row md:flex-row sm: flex-row xs:flex-col justify-center py-8">
<a
@ -29,7 +29,7 @@ const HeroSectionMarkets = () => {
target="_blank"
href="https://docs.mango.markets/tutorials/trade-on-mango.markets"
>
<div className="xs:relative xs:left-12 lg:left-0 md:left-0 sm:left-0">
<div className="xs:relative mt-2 sm:mt-0 left-12 sm:left-0">
<Link>Learn to trade on Mango</Link>
</div>
</a>