Al/small updates #18

Merged
andrewlalis merged 12 commits from al/small_updates into develop 2018-10-18 11:13:50 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit cd54bb8ac7 - Show all commits

Binary file not shown.

View File

@ -23,7 +23,7 @@
height: calc(100vh - 50px); height: calc(100vh - 50px);
} }
.fullcontainer h1{ .fullcontainer h1{
font-size: 60px; font-size: 50px;
} }
.fullcontainer h3{ .fullcontainer h3{
margin-bottom: 30px; margin-bottom: 30px;

View File

@ -7,10 +7,10 @@
<span class="big-font glyphicon glyphicon-user img-rounded"></span> <span class="big-font glyphicon glyphicon-user img-rounded"></span>
{# Username #} {# 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. #} {# 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>
<div class="col-sm-9"> <div class="col-sm-9">
<div class="review-block-rate" data-rating="{{ review.rating }}"> <div class="review-block-rate" data-rating="{{ review.rating }}">