Al/small updates #18
			
				
			
		
		
		
	
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -23,7 +23,7 @@
 | 
			
		|||
  height: calc(100vh - 50px);
 | 
			
		||||
}
 | 
			
		||||
.fullcontainer h1{
 | 
			
		||||
  font-size: 60px;
 | 
			
		||||
  font-size: 50px;
 | 
			
		||||
}
 | 
			
		||||
.fullcontainer h3{
 | 
			
		||||
  margin-bottom: 30px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,10 +7,10 @@
 | 
			
		|||
        <span class="big-font glyphicon glyphicon-user img-rounded"></span>
 | 
			
		||||
 | 
			
		||||
        {# Username #}
 | 
			
		||||
        <div class="review-block-name"><a href="#">{{ review.author_name }}</a></div>
 | 
			
		||||
        <div class="review-block-name"><p class="h5"><a href="#">{{ review.author_name }}</a></p></div>
 | 
			
		||||
 | 
			
		||||
        {# Date at which review was posted. #}
 | 
			
		||||
        <div class="review-block-date">{{ review.created_date|date:"j M, Y" }}<br/></div>
 | 
			
		||||
        <div class="review-block-date"><p class="h5">{{ review.created_date|date:"j M, Y" }}</p><br/></div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="col-sm-9">
 | 
			
		||||
        <div class="review-block-rate" data-rating="{{ review.rating }}">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue