Fix presale banner (#50)

* MainAuctionCard

* trending auctions

* fix scroll, reduce padding

* fixing errors/warnings and formatting

* formatting & sold auctions

* artists cards

* initial presale banner. move sample data to own file

* new home layout

* presale banner image fix

* countdown implementation

* initial artwork implementation

* getCountdown

* presale card

* fix presale banner image

Co-authored-by: B <264380+bartosz-lipinski@users.noreply.github.com>
This commit is contained in:
Jose 2021-04-07 17:11:23 -05:00 committed by GitHub
parent b4c56733ff
commit 12840764d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.presale-container { .presale-card-container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;

View File

@ -34,7 +34,7 @@ export const PreSaleCard = ({ presale }: { presale: Presale }) => {
}, []) }, [])
return ( return (
<div className="presale-container"> <div className="presale-card-container">
<div style={{ fontWeight: 700, fontSize: '1.6rem' }}>Pre-Sale</div> <div style={{ fontWeight: 700, fontSize: '1.6rem' }}>Pre-Sale</div>
<br /> <br />
<div className="info-content" style={{ color: 'rgba(255, 255, 255, 0.7)', fontSize: '1.2rem' }}> <div className="info-content" style={{ color: 'rgba(255, 255, 255, 0.7)', fontSize: '1.2rem' }}>