feat: profile page

This commit is contained in:
Alejandro Gomez
2023-06-30 13:15:31 +02:00
parent 9a08dd6768
commit 111eea3d14
24 changed files with 745 additions and 152 deletions

View File

@ -11,8 +11,7 @@
height: 100vh;
}
.page.home {
.page.only-content {
display: grid;
height: 100vh;
grid-template-areas:
@ -84,6 +83,10 @@ header {
gap: 24px;
padding: 24px 0 32px 0;
}
.page.only-content {
grid-template-rows: 88px 1fr;
}
}
header .logo {
@ -172,3 +175,12 @@ button span.hide-on-mobile {
max-height: 85vh;
padding: 25px;
}
.zap-icon {
color: #FF8D2B;
}
.tags {
display: flex;
gap: 8px;
}