Commit e6926798ff6fdb49857eccb611244b19a3c8c087

Authored by Leonardo Merlin
1 parent 4e48cdb4

Fix #26 - Conteudo colado com o final da página.

@@ -173,6 +173,7 @@ @@ -173,6 +173,7 @@
173 </div> 173 </div>
174 </div> 174 </div>
175 </div> 175 </div>
  176 + <div class="clearfix"></div>
176 </div> 177 </div>
177 {{/each}} 178 {{/each}}
178 </script> 179 </script>
sass/_proposal_detail.scss
@@ -379,8 +379,8 @@ @@ -379,8 +379,8 @@
379 .experience-proposal-container{ 379 .experience-proposal-container{
380 float: left; 380 float: left;
381 width: 50%; 381 width: 50%;
382 - height: $container-height;  
383 - min-height: $container-height; 382 + // height: $container-height;
  383 + // min-height: $container-height;
384 position: relative; 384 position: relative;
385 text-align: center; 385 text-align: center;
386 .experience-proposal{ 386 .experience-proposal{
@@ -413,8 +413,8 @@ @@ -413,8 +413,8 @@
413 .talk-proposal-container{ 413 .talk-proposal-container{
414 width: 50%; 414 width: 50%;
415 float: left; 415 float: left;
416 - height: $container-height;  
417 - min-height: $container-height; 416 + // height: $container-height;
  417 + // min-height: $container-height;
418 position: relative; 418 position: relative;
419 text-align: center; 419 text-align: center;
420 .talk-proposal { 420 .talk-proposal {
sass/style.scss
@@ -39,7 +39,7 @@ h1 { @@ -39,7 +39,7 @@ h1 {
39 39
40 #proposal-result { 40 #proposal-result {
41 width: 90%; 41 width: 90%;
42 - margin: 0 auto; 42 + margin: 0 auto 40px auto;
43 } 43 }
44 44
45 #content { 45 #content {