remove header

This commit is contained in:
Ryan Peters 2023-10-18 12:54:56 -04:00
parent 668b26af48
commit fba57d458e
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<link rel="stylesheet" href="~/BinaryDad.AacpsBusAlert.Web.styles.css" asp-append-version="true" />
</head>
<body>
<header>
@* <header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
<div class="container-fluid">
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">School Bus Checker</a>
@ -26,7 +26,7 @@
</div>
</div>
</nav>
</header>
</header> *@
<div class="container">
<main role="main" class="pb-3">
@RenderBody()

View File

@ -14,5 +14,5 @@ html {
}
body {
margin-bottom: 60px;
margin: 40px 0;
}