fix layout indentation for content yield in admin template
This commit is contained in:
parent
1d7f2a938b
commit
33cc69e008
|
|
@ -95,10 +95,8 @@ class="bi bi-person-circle fs-4 text-secondary"></i>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@yield('content')
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@yield('content')
|
||||||
|
|
||||||
<footer class="footer-full">
|
<footer class="footer-full">
|
||||||
<div class="footer clearfix mb-0 text-muted text-center">
|
<div class="footer clearfix mb-0 text-muted text-center">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue