Skip to content

Commit

Permalink
Fix row in container-fluid to center (#2774)
Browse files Browse the repository at this point in the history
  • Loading branch information
salkovmx authored Dec 20, 2023
1 parent 28b445c commit 7ed12e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<div class="container-fluid" data-controller="@yield('controller')" @yield('controller-data')>

<div class="row d-md-flex h-100">
<div class="row justify-content-center d-md-flex h-100">
@yield('aside')

<div class="col-xxl col-xl-9 col-12">
Expand Down

0 comments on commit 7ed12e9

Please sign in to comment.