Basic theme container should not be fluid

pull/301/head
Halil İbrahim Kalkan 7 years ago
parent 2f079c0a7f
commit 94f36dc487

@ -25,7 +25,7 @@
@(await Component.InvokeAsync<MainNavbarViewComponent>())
<div class="container-fluid">
<div class="container">
@RenderBody()
</div>

Loading…
Cancel
Save