diff --git a/resources/views/manage.blade.php b/resources/views/manage.blade.php
index f137c9c..75f7512 100644
--- a/resources/views/manage.blade.php
+++ b/resources/views/manage.blade.php
@@ -48,7 +48,7 @@ height: 30%;
{!! Form::close() !!}
-
Alright {{ $username }}, here is where you can manage the bills you own bills
+
Alright {{ $username }}, here is where you can manage the bills you own
{!! Form::open(array('action' => 'BillController@managebill')) !!}
diff --git a/resources/views/view.blade.php b/resources/views/view.blade.php
index 7d2e88d..0e71028 100644
--- a/resources/views/view.blade.php
+++ b/resources/views/view.blade.php
@@ -52,13 +52,15 @@ height: 30%;
{!! Form::open(array('action' => 'BillController@viewbill')) !!}
{{ Form::hidden('username', $username) }}
-
- {{ Form::button('view bills', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}
+
+
+
+ {{ Form::button('view bills', array('style' => 'height:30%;width:70%', 'type' => 'submit')) }}
{!! Form::close() !!}