Skip to content

Commit

Permalink
remove bootstrap, added another break
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Pease <gavinpease@gmail.com>
  • Loading branch information
GT3CH1 committed Apr 9, 2022
1 parent e7f8638 commit 9c702b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlogSite/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
</main>
</div>
<br/>
<br/>
<footer class="border-top footer text-muted">
<div class="w3-container w3-margin-left">
&copy; 2022 - Gavin C. Pease
</div>
</footer>
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="~/js/site.js" asp-append-version="true"></script>
@await RenderSectionAsync("Scripts", required: false)
</body>
Expand Down

0 comments on commit 9c702b2

Please sign in to comment.