Al/small updates #17

Closed
andrewlalis wants to merge 14 commits from al/small_updates into master
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);
}
.fullcontainer h1{
font-size: 60px;
font-size: 50px;
}
.fullcontainer h3{
margin-bottom: 30px;

View File

@ -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 }}">