Resolved responsiveness issues

This commit is contained in:
Nilesh Deepak 2017-07-05 19:58:52 +05:30
parent 6ad24a6bee
commit f51db4b9f6
2 changed files with 14 additions and 15 deletions

View File

@ -275,11 +275,8 @@ $btt-size: 40px;
}
.galleryItem {
width: 22%;
padding: 5px;
float: left;
margin-bottom: 32px;
height: 330px;
margin: 2% 1% 2% 1%;
overflow: hidden;
border: 1px solid #9e9e9e;
h3 {

View File

@ -1,4 +1,5 @@
<div class="col-md-3 galleryItem" data-entity-type="book" data-entity-id="{{$book->id}}">
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3" data-entity-type="book" data-entity-id="{{$book->id}}">
<div class="galleryItem">
<h3>
<a class="text-book entity-list-item-link" href="{{$book->getUrl()}}"><i class="zmdi zmdi-book"></i><span class="entity-list-item-name">{{$book->name}}</span>
<br>
@ -11,3 +12,4 @@
<p class="text-muted">{{ $book->getExcerpt() }}</p>
@endif
</div>
</div>