added templates bottom padding

This commit is contained in:
franknstayn
2021-09-04 21:41:35 +08:00
parent 4d138ab08a
commit f719a6e1bb

View File

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