remove header
This commit is contained in:
parent
668b26af48
commit
fba57d458e
@ -9,7 +9,7 @@
|
|||||||
<link rel="stylesheet" href="~/BinaryDad.AacpsBusAlert.Web.styles.css" asp-append-version="true" />
|
<link rel="stylesheet" href="~/BinaryDad.AacpsBusAlert.Web.styles.css" asp-append-version="true" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
@* <header>
|
||||||
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
|
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">School Bus Checker</a>
|
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">School Bus Checker</a>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header> *@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<main role="main" class="pb-3">
|
<main role="main" class="pb-3">
|
||||||
@RenderBody()
|
@RenderBody()
|
||||||
|
@ -14,5 +14,5 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin-bottom: 60px;
|
margin: 40px 0;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user