There was an error while loading. Please reload this page.
1 parent fd26504 commit 05b15dcCopy full SHA for 05b15dc
modules/Page/Resources/views/frontend/pages/index.blade.php
@@ -4,13 +4,13 @@
4
5
@section('content')
6
7
-<section class="bg-gray-100 text-gray-600 py-20">
+<section class="bg-gray-100 text-gray-600 py-10">
8
<div class="container mx-auto flex px-5 items-center justify-center flex-col">
9
<div class="text-center lg:w-2/3 w-full">
10
<h1 class="text-3xl sm:text-4xl mb-4 font-medium text-gray-800">
11
{{ __($module_title) }}
12
</h1>
13
- <p class="mb-8 leading-relaxed">
+ <p class="leading-relaxed">
14
The list of {{ __($module_name) }}.
15
</p>
16
0 commit comments