feat: profile page
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user