feat(layout): enhance layout structure by adding padding and container classes

This commit is contained in:
2026-07-08 09:14:33 -03:00
parent 64ade4d595
commit baf5e2d4e7
5 changed files with 8 additions and 11 deletions

View File

@@ -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