Give the main page content section an id

This commit is contained in:
Bernd Bestel 2019-09-22 08:35:03 +02:00
parent d16f3c2daf
commit 363dcf448e
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -384,7 +384,7 @@
<div class="content-wrapper">
<div class="container-fluid">
<div class="row mb-3">
<div class="col content-text">
<div id="page-content" class="col content-text">
@yield('content')
</div>
</div>