Fixing layout finally

This commit is contained in:
ludger 2018-10-18 12:42:52 +02:00
parent be403d2b13
commit cd54bb8ac7
3 changed files with 3 additions and 3 deletions

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