diff --git a/budget/static/main.css b/budget/static/main.css
index f42a1fe..70547e1 100644
--- a/budget/static/main.css
+++ b/budget/static/main.css
@@ -46,6 +46,10 @@ a {
width: 150px;
}
+.list_bills{
+ margin-top: 10px;
+}
+
.members {
list-style-type: none;
margin: 0;
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index 569e30c..19c014d 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -22,13 +22,10 @@
-
Add a bill
-
+
Add a bill
{% if bills.count() > 0 %}
-
+
When? | Who paid? | For what? | Owers | How much? | Actions |
{% for bill in bills %}