feat(layout): enhance layout structure by adding padding and container classes
This commit is contained in:
@@ -28,7 +28,11 @@
|
||||
}
|
||||
|
||||
<main class="flex-grow-1 d-block">
|
||||
<router-outlet />
|
||||
<section class="py-5">
|
||||
<div class="container-xl px-3 px-md-4">
|
||||
<router-outlet />
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<app-store-footer
|
||||
|
||||
Reference in New Issue
Block a user