Skip to content

Commit 05b15dc

Browse files
authored
init
1 parent fd26504 commit 05b15dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/Page/Resources/views/frontend/pages/index.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
@section('content')
66

7-
<section class="bg-gray-100 text-gray-600 py-20">
7+
<section class="bg-gray-100 text-gray-600 py-10">
88
<div class="container mx-auto flex px-5 items-center justify-center flex-col">
99
<div class="text-center lg:w-2/3 w-full">
1010
<h1 class="text-3xl sm:text-4xl mb-4 font-medium text-gray-800">
1111
{{ __($module_title) }}
1212
</h1>
13-
<p class="mb-8 leading-relaxed">
13+
<p class="leading-relaxed">
1414
The list of {{ __($module_name) }}.
1515
</p>
1616

0 commit comments

Comments
 (0)