diff --git a/index.html b/index.html index f35d601..46738e3 100644 --- a/index.html +++ b/index.html @@ -173,6 +173,7 @@ +
{{/each}} diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss index 21a00b1..6460def 100644 --- a/sass/_proposal_detail.scss +++ b/sass/_proposal_detail.scss @@ -379,8 +379,8 @@ .experience-proposal-container{ float: left; width: 50%; - height: $container-height; - min-height: $container-height; + // height: $container-height; + // min-height: $container-height; position: relative; text-align: center; .experience-proposal{ @@ -413,8 +413,8 @@ .talk-proposal-container{ width: 50%; float: left; - height: $container-height; - min-height: $container-height; + // height: $container-height; + // min-height: $container-height; position: relative; text-align: center; .talk-proposal { diff --git a/sass/style.scss b/sass/style.scss index afb02cb..b419a28 100755 --- a/sass/style.scss +++ b/sass/style.scss @@ -39,7 +39,7 @@ h1 { #proposal-result { width: 90%; - margin: 0 auto; + margin: 0 auto 40px auto; } #content { -- libgit2 0.21.2