FabioFratini 11 miesięcy temu
rodzic
commit
c8c04d42a2
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 2 2
      resources/views/news.blade.php
  2. 2 2
      resources/views/page.blade.php

+ 2 - 2
resources/views/news.blade.php

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

+ 2 - 2
resources/views/page.blade.php

@@ -39,7 +39,7 @@
                     @if($news->image != '')
                     <div class="row" style="margin-right: 15px;">
                         <img src="/files/news/{{$news->image}}" align="left" class="img-responsive" style="margin-left: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>{!!$news->text!!}</p>
@@ -54,7 +54,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>