Commit 1585031130f756dffa7a4d261dcb236b74d7d158
1 parent
e2687401
Exists in
master
and in
11 other branches
Improve category header
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 | ... | ... |