diff --git a/index.html b/index.html
index 3e731e0..26d9acf 100644
--- a/index.html
+++ b/index.html
@@ -66,7 +66,9 @@
{{/each}}
-
+
+

+
{{title}}
{{body}}
diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss
index bc10eac..e663a92 100644
--- a/sass/_proposal_detail.scss
+++ b/sass/_proposal_detail.scss
@@ -2,6 +2,17 @@
ul{
padding: 0px;
}
+ .abstract{
+ text-align: center;
+ margin-top: 50px;
+ }
+ .title{
+ margin: 25px 0px;
+ font: {
+ size: larger;
+ weight: bold;
+ }
+ }
@each $category, $color in $categories {
.#{$category}{
background-color: $color;
--
libgit2 0.21.2