Skip to content

Commit a5064e1

Browse files
fix: remove section with class content (#19)
1 parent e372975 commit a5064e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adminlte-stubs/layouts/app.blade.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ class="img-circle elevation-2"
6666

6767
<!-- Content Wrapper. Contains page content -->
6868
<div class="content-wrapper">
69-
<section class="content">
70-
@yield('content')
71-
</section>
69+
@yield('content')
7270
</div>
7371

7472
<!-- Main Footer -->

0 commit comments

Comments
 (0)