Browse Source

Adjusting navbar brand styles

main
Eric Fleming 7 years ago
parent
commit
a38027d7c9
  1. 4
      src/Web/Views/Shared/_Layout.cshtml
  2. 12
      src/Web/wwwroot/css/app.component.css

4
src/Web/Views/Shared/_Layout.cshtml

@ -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>

12
src/Web/wwwroot/css/app.component.css

@ -4,8 +4,14 @@
margin-top: 2.5rem;
padding-bottom: 2.5rem;
padding-top: 2.5rem;
width: 100%; }
.esh-app-footer-brand {
width: 100%;
}
.esh-app-footer-brand {
height: 50px;
width: 230px; }
width: 230px;
}
.esh-app-header {
margin: 15px;
}
Loading…
Cancel
Save