Skip to content

Commit

Permalink
Merge pull request #205 from starknet-id/feat/add_braavos_quests
Browse files Browse the repository at this point in the history
fix: land profile height
  • Loading branch information
fricoben authored Oct 6, 2023
2 parents 3a678ee + 30b35df commit d5c887f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/profile.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.profiles {
position: absolute;
right: 25px;
top: 100px;
top: 80px;
gap: 16px;
display: flex;
flex-direction: column;
Expand All @@ -29,7 +29,7 @@
border-radius: 8px;
background: var(--background600, #29282b);
width: 310px;
max-height: calc(100vh - 12vh - 250px);
max-height: calc(100vh - 12vh - 350px);
}

.title {
Expand Down

1 comment on commit d5c887f

@vercel
Copy link

@vercel vercel bot commented on d5c887f Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.