Adjusting navbar brand styles

This commit is contained in:
Eric Fleming
2019-02-01 21:26:52 -05:00
parent c8f30a220b
commit a38027d7c9
2 changed files with 12 additions and 6 deletions

View File

@@ -28,11 +28,11 @@
</environment>
</head>
<body>
<header class="navbar navbar-light navbar-static-top">
<header class="esh-app-header">
<div class="container">
<article class="row">
<section class="col-lg-7 col-md-6 col-xs-12">
<a asp-area="" asp-page="/Index" class="navbar-brand">
<a asp-area="" asp-page="/Index">
<img src="~/images/brand.png" alt="eShop On Web" />
</a>
</section>