Commit e6926798ff6fdb49857eccb611244b19a3c8c087

Authored by Leonardo Merlin
1 parent 4e48cdb4

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

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