Skip to content

Commit

Permalink
cover background photo
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdavinci committed Apr 15, 2021
1 parent 0f50c2e commit b905ae6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
24 changes: 24 additions & 0 deletions components/ClicksTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,30 @@ const ClicksTable = ({ clicks, account }: {clicks: Array<Click>, account: string
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
{
processClicks(clicks.reverse(), account)
}
</table>
) : (
<p style={{ textAlign: 'center', fontWeight: 'bolder', fontSize: '2rem' }}>Loading... </p>
Expand Down
15 changes: 9 additions & 6 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
align-items: center;
}

.harmony {
background-image: url('https://gblobscdn.gitbook.com/orgs%2F-LiOowK9lXTPyPxhkAcr%2Favatar.png?alt=media');
width: 100%;
height: 100vh;
padding-top: 2rem;
background-size: cover;
}

.main {
margin: 0 auto;
padding: 1.5rem;
Expand Down Expand Up @@ -134,12 +142,7 @@
height: 1em;
}

.harmony {
background-image: url('https://gblobscdn.gitbook.com/orgs%2F-LiOowK9lXTPyPxhkAcr%2Favatar.png?alt=media');
width: 100vmax;
height: 100rem;
padding-top: 10rem;
}


@media (max-width: 600px) {
.grid {
Expand Down

0 comments on commit b905ae6

Please sign in to comment.