Commit 3f66131b574ebcd5dd9fe3b5c7a6152fa535a1d2
1 parent
396e484a
Exists in
master
and in
4 other branches
better align for project#home
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/projects.scss
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | font-size: 18px; |
24 | 24 | color: #777; |
25 | 25 | margin: 0; |
26 | - line-height: 2; | |
26 | + line-height: 32px; | |
27 | 27 | } |
28 | 28 | .project-home-dropdown { |
29 | 29 | margin-left: 10px; |
... | ... | @@ -48,7 +48,7 @@ |
48 | 48 | .public-label { |
49 | 49 | font-size: 14px; |
50 | 50 | background: #f1f1f1; |
51 | - padding: 6px 10px; | |
51 | + padding: 8px 10px; | |
52 | 52 | border-radius: 4px; |
53 | 53 | margin-left: 10px; |
54 | 54 | color: #888; | ... | ... |