Skip to content

Commit fbc4036

Browse files
committed
rich-content class
1 parent d1f2696 commit fbc4036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/resources/views/public/index-of-category.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@section('content')
66

7-
{!! $page->present()->body !!}
7+
<div class="rich-content">{!! $page->present()->body !!}</div>
88

99
@include('files::public._documents', ['model' => $page])
1010
@include('files::public._images', ['model' => $page])

src/resources/views/public/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@section('content')
66

7-
{!! $page->present()->body !!}
7+
<div class="rich-content">{!! $page->present()->body !!}</div>
88

99
@include('files::public._documents', ['model' => $page])
1010
@include('files::public._images', ['model' => $page])

0 commit comments

Comments
 (0)