Commit e6926798ff6fdb49857eccb611244b19a3c8c087
1 parent
4e48cdb4
Exists in
master
and in
10 other branches
Fix #26 - Conteudo colado com o final da página.
Showing
3 changed files
with
6 additions
and
5 deletions
Show diff stats
index.html
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 { | ... | ... |