|
|
@@ -45,7 +45,7 @@
|
|
|
|
|
|
<div class="row" style="margin-right:15px;">
|
|
|
<img src="/files/news/{{$news->image}}" align="left" class="img-responsive" style="margin-left:15px; margin-right:15px;">
|
|
|
- <p style="margin-left:0!important;">{{date("d/m/Y H:i", strtotime($news->date))}}</p>
|
|
|
+ <p>{{date("d/m/Y H:i", strtotime($news->date))}}</p>
|
|
|
|
|
|
<h1 style="font-size:30px;margin-left:15px;">{{$news->title}}</h1>
|
|
|
<p style="font-size:16px;">{!!$news->text!!}</p>
|
|
|
@@ -60,7 +60,7 @@
|
|
|
</div>
|
|
|
@endif
|
|
|
|
|
|
- <div class="row gallery">
|
|
|
+ <div class="row gallery" style="margin-bottom: 15px;>
|
|
|
@foreach($aImages as $idx => $img)
|
|
|
<div class="col-sm-2 ">
|
|
|
<a href="/files/news/{{$img}}"><img src="/files/news/{{$img}}" class="img-responsive"></a>
|