]> _ Git - psq.git/commitdiff
Update show.blade.php
authorLouis Jeckel <louis.jeckel@outlook.cm>
Wed, 9 Sep 2020 12:04:42 +0000 (14:04 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Wed, 9 Sep 2020 12:04:42 +0000 (14:04 +0200)
resources/views/social-articles/show.blade.php

index cce51137826a3e7ae2e1115af1cca8b08ef22791..246bea43f22b59f14f0d5200b548d9bd0c23cf3e 100644 (file)
@@ -11,7 +11,7 @@
             <div class="col-sm-8">
                 <h2>{{$article->title}}</h2>
                 <div class="chapo">{!! $article->chapo !!}</div>
-                <div class="content ck-content">
+                <div class="content ck-content mt-5">
 
                     @if($article->isVisibleByUser())
                         {!! $article->content !!}