Commit c37d5578b8bf9ab3d892224474c099d4a721b96c

Authored by Augusto dos Anjos Almeida
1 parent 71885860

Fix #53

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
sass/_proposal_categories.scss
... ... @@ -84,7 +84,7 @@
84 84  
85 85 .proposal-item {
86 86 width: 48%;
87   - height: 166px;
  87 + min-height: 166px;
88 88 margin: 0.5%;
89 89 background: #fff;
90 90 border-radius: 5px;
... ...