Skip to content

Commit

Permalink
fix: adjusted project/contributor style to match figma design gf-506
Browse files Browse the repository at this point in the history
  • Loading branch information
Fjortis committed Sep 24, 2024
1 parent c2dc8fe commit a60ad4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
align-items: center;
justify-content: space-between;
width: 100%;
min-height: 80px;
padding: 24px 16px;
min-height: 81px;
padding: 16px 24px;
background-color: var(--color-background-secondary);
border: 1px solid var(--color-border-secondary);
border-radius: 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
}

.project-name {
flex-basis: 300px;
flex-basis: min(300px, 30%);
min-width: 150px;
font-size: 16px;
line-height: 120%;
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a60ad4e

Please sign in to comment.