Fixing layout finally
This commit is contained in:
parent
be403d2b13
commit
cd54bb8ac7
Binary file not shown.
|
@ -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;
|
||||||
|
|
|
@ -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 }}">
|
||||||
|
|
Loading…
Reference in New Issue