Commit 67d2e1a7 authored by mohd  zamin's avatar mohd zamin

customise image width

Signed-off-by: mohd  zamin's avatarmohd  zamin <m.zamin@ldh.01s.in>
parent 5ef0e7bb
Pipeline #602 passed with stage
in 35 seconds
......@@ -37,9 +37,9 @@ Services | 01Synergy
<p class="text-center">
@if($d->image != 'noimage.jpg')
<img src='{{ asset("images/$d->image") }}'>
<img src='{{ asset("images/$d->image") }}' style="width: 100%;"
@endif
</p>
</p>
<h1 style="margin-left:35px;" class="text-center">{{$d->name}}</h1>
<hr>
<div class="row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment