File tree Expand file tree Collapse file tree 5 files changed +18
-9
lines changed Expand file tree Collapse file tree 5 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ Light Red	 #c97474
5656  		text-align :  center;
5757  		display :  block; 
5858  	}
59- }
59+ }
Original file line number Diff line number Diff line change @@ -60,3 +60,9 @@ Light Red	 #c97474
6060	margin-bottom :  10%  ;
6161}
6262
63+ .panel-heading  {
64+ 	text-align :  center;
65+ }
66+ .panel-body  {
67+ 	text-align :  center;
68+ }
Original file line number Diff line number Diff line change @@ -22,4 +22,8 @@ Light Red	 #c97474
2222# see-project-button  {
2323	background-color :  # ff9000
2424	border-color :  white;
25- }
25+ }
26+ 
27+ .row  {
28+ 	text-align :  center;
29+ }
Original file line number Diff line number Diff line change 66@can (' admin' $project 
77<div  class =" container" 
88	<div  class =" row" 
9- 		<div  class =" col-md-8 " 
9+ 		<div  class =" col-md-12 " 
1010			<div  class =" panel panel-default" id =" outside-panel" 
1111				<div  class =" panel-body" id =" project-body-panel" 
1212					<a  href =" /project_admin/{{ $project -> id } }" class =" btn btn-primary btn-s" id =" see-project-button" 
2222
2323<div  class =" container" 
2424	<div  class =" row" 
25- 		<div  class =" col-md-8 " 
25+ 		<div  class =" col-md-12 " 
2626			<div  class =" panel panel-default" id =" outside-panel" 
2727				<div  class =" panel-heading" id =" project-title-panel" 
2828					<span  id =" project-title-text" {{  $project -> title   } }span ><br >
5151
5252<div  class =" container" 
5353	<div  class =" row" 
54- 		<div  class =" col-md-8 " 
54+ 		<div  class =" col-md-12 " 
5555			<div  class =" panel panel-default" id =" info-outside-panel-small" 
5656				<div  class =" panel-heading" id =" info-project-title-panel" 
5757					<span  id =" info-project-title-text" span ><br >
8888
8989<div  class =" container" 
9090	<div  class =" row" 
91- 		<div  class =" col-md-8 " 
91+ 		<div  class =" col-md-12 " 
9292			<div  class =" panel panel-default" id =" outside-panel-small" 
9393				<div  class =" panel-heading" id =" project-title-panel" 
9494					<span  id =" project-title-text" span ><br >
Original file line number Diff line number Diff line change 44
55	@foreach  ($projects -> sortByDesc (' created_at' as  $project 
66
7- 		<div  class =" container" 
87		    <div  class =" row" 
9- 		        <div  class =" col-md-8 " 
8+ 		        <div  class =" col-md-12 " 
109		            <div  class =" panel panel-default" id =" outside-panel" 
1110
1211		                <div  class =" panel-heading" id =" project-title-panel" 
2221		            </div >
2322		        </div >
2423		    </div >
25- 		</ div >	 
24+ 
2625
2726	@endforeach  
2827
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments