implement first page header with metamask connection

Co-authored-by: geovanne97 <geovannessaraiva97@gmail.com>
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
This commit is contained in:
RcleydsonR
2022-11-14 16:34:12 -03:00
parent 4ce650f0d2
commit a2acb72a1b
6 changed files with 57 additions and 52 deletions

View File

@@ -4,9 +4,9 @@
@tailwind utilities;
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
height: 100vh;
font-weight: normal;
}
@@ -25,14 +25,4 @@ a,
}
@media (min-width: 1024px) {
body {
display: flex;
place-items: center;
}
#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
}
}