Browse Source
Merge pull request #202 from dotnet-architecture/adjusting-navbar-brand
Adjusting navbar brand styles
main
Eric Fleming
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
11 additions and
5 deletions
-
src/Web/Views/Shared/_Layout.cshtml
-
src/Web/wwwroot/css/app.component.css
|
|
|
@ -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> |
|
|
|
|
|
|
|
@ -4,8 +4,14 @@ |
|
|
|
margin-top: 2.5rem; |
|
|
|
padding-bottom: 2.5rem; |
|
|
|
padding-top: 2.5rem; |
|
|
|
width: 100%; } |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
.esh-app-footer-brand { |
|
|
|
height: 50px; |
|
|
|
width: 230px; } |
|
|
|
width: 230px; |
|
|
|
} |
|
|
|
|
|
|
|
.esh-app-header { |
|
|
|
margin: 15px; |
|
|
|
} |