diff options
Diffstat (limited to 'budget')
| -rw-r--r-- | budget/static/main.css | 1 | ||||
| -rw-r--r-- | budget/templates/home.html | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/budget/static/main.css b/budget/static/main.css index 8f16a41..f39a840 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -12,4 +12,5 @@ div.topbar ul.secondary-nav { padding-right: 75px; } .sidebar h2 { text-align: center; } .sidebar button{ margin-top: 10px; float: right; } +.right h3 { float: right; } #bills { color: black; } diff --git a/budget/templates/home.html b/budget/templates/home.html index c956ee3..be4d9cd 100644 --- a/budget/templates/home.html +++ b/budget/templates/home.html @@ -6,7 +6,8 @@ {% block content %} -<h2>Welcome on the budget manager</h2> +<h2>Welcome on your budget manager</h2> +<p>You're sharing a house, are going on holidays with friends or are simply sharing money with others, we can help!</p> <div class="row"> <div class="span8 columns"> <form action="{{ url_for('authenticate') }}" method="post"> |
