remove blurry stuffs

This commit is contained in:
steven 2021-07-26 15:19:46 -07:00
parent 58c4c93eeb
commit 2a0be792d2
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import StatsModal from './StatsModal'
const ModalSection = () => {
return (
<>
<div className="pt-48 pb-48 px-4 bg-bg-wave bg-cover bg-bottom bg-no-repeat">
<div className="pt-48 pb-48 px-4">
<div className="max-w-5xl mx-auto text-center mb-12">
<h2 className="mb-4 text-3xl md:text-4xl lg:text-4xl text-white font-bold font-heading">
Ready to contribute?

View File

@ -17,7 +17,7 @@ const StatsModal = () => {
return (
<>
<div className="flex-1 m-3 sm:-ml-8 bg-secondary-4-dark backdrop-filter backdrop-blur-md bg-opacity-40 border border-bkg-3 py-6 rounded-xl shadow-md divide-y-2 divide-white divide-opacity-5 z-0">
<div className="flex-1 m-3 sm:-ml-8 bg-secondary-4-dark border border-bkg-3 py-6 rounded-xl shadow-md divide-y-2 divide-white divide-opacity-5 z-0">
<div className="pb-4 text-center">
<p className="text-fgd-3">Deposits end in:</p>
<PoolCountdown date={endDeposits} className="justify-center pt-1" />