added templates bottom padding
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<div class="row">
|
||||
@if(!empty($row ))
|
||||
@foreach ($row as $r)
|
||||
<div class="col-margin-bottom col-lg-3 col-md-3 col-sm-4 col-xs-6">
|
||||
<div class="col-margin-bottom col-lg-3 col-md-3 col-sm-4 col-xs-6 pb-3">
|
||||
<div class="thumb-border" style="border:1px solid #e2e2e2; padding: 5px;">
|
||||
<a href="{{ url('/designer') }}/{{ md5($r->TemplateCode) }}">
|
||||
<img src="{{ config('site_config.uploads') . $r->Thumbnail}}" alt="{{ $r->TemplateName }}" class="img-fluid" />
|
||||
|
||||
Reference in New Issue
Block a user