Commit 63e3af5bc837bda13125c8aefd7a152d3b399a9b
1 parent
e1708651
Exists in
master
and in
11 other branches
Small fixes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
sass/_proposal_categories.scss
... | ... | @@ -4,7 +4,6 @@ |
4 | 4 | background: #fff; |
5 | 5 | clear: both; |
6 | 6 | margin: 0; |
7 | - width: 100%; | |
8 | 7 | padding: 10px; |
9 | 8 | text-align: center; |
10 | 9 | li { |
... | ... | @@ -87,6 +86,7 @@ |
87 | 86 | |
88 | 87 | .proposal-category-items { |
89 | 88 | text-align: left; |
89 | + border-radius: 6px; | |
90 | 90 | .proposal-list { |
91 | 91 | padding-left: 20px; |
92 | 92 | } | ... | ... |