Skip to content

Commit 4db0945

Browse files
committed
Leading Text Is Too Big
Signed-off-by: David Thorpe <davzie@davzie.com>
1 parent 9a23feb commit 4db0945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/dashboard.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
@section('content')
88

99
<h1>Welcome To {{ $app_name }}</h1>
10-
<p class="lead">Manage content for your website, including but not limited to:</p>
11-
<ul class="lead">
10+
<p>Manage content for your website, including but not limited to:</p>
11+
<ul>
1212
<li>Posts</li>
1313
<li>Content Blocks</li>
1414
<li>Image Galleries</li>

0 commit comments

Comments
 (0)