Commit 1fad9fe4c2e4b8acbe9023c6bfde35c2add90a3e
Exists in
master
and in
11 other branches
Merge branch 'master' of gitlab.com:participa/proposal-app
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
sass/_proposal_categories.scss
... | ... | @@ -92,9 +92,14 @@ |
92 | 92 | |
93 | 93 | .header { |
94 | 94 | color: white; |
95 | + padding: 10px 30px; | |
96 | + text-align: left; | |
95 | 97 | .name { |
96 | 98 | font-weight: bold; |
97 | - border: 2px solid white; | |
99 | + border-bottom: 2px solid white; | |
100 | + padding-bottom: 10px; | |
101 | + padding-top: 20px; | |
102 | + margin-bottom: 10px; | |
98 | 103 | } |
99 | 104 | } |
100 | 105 | ... | ... |