Commit 8c9a8151bc49d77fcf7a033fc5afbe6090b350cb

Authored by Augusto dos Anjos Almeida
1 parent c1990f0c

Fix #92

Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
sass/_proposal_categories.scss
@@ -86,12 +86,18 @@ @@ -86,12 +86,18 @@
86 86
87 .proposal-item { 87 .proposal-item {
88 width: 48%; 88 width: 48%;
89 - min-height: 200px; 89 + // min-height: 200px;
90 margin: 0.5%; 90 margin: 0.5%;
91 background: #fff; 91 background: #fff;
92 border-radius: 5px; 92 border-radius: 5px;
93 vertical-align: top; 93 vertical-align: top;
94 border: 1px solid #03316f; 94 border: 1px solid #03316f;
  95 + .proposal-link {
  96 + min-height: 200px;
  97 + p {
  98 + font-weight: 400;
  99 + }
  100 + }
95 } 101 }
96 102
97 .proposal-item:hover { 103 .proposal-item:hover {