changing the with of project summary page
diff --git a/app/views/project/summary.blade.php b/app/views/project/summary.blade.php
index 1340f01..454ff09 100755
--- a/app/views/project/summary.blade.php
+++ b/app/views/project/summary.blade.php
@@ -6,7 +6,7 @@
 
 @section('content')
 
-<div class="container" style="max-width: 750px;">
+<div class="container" style="max-width: 80%;">
     <?php
         $project = ProjectUtilities::get_project($_GET['projId']);
     ?>