diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-03-09 07:49:09 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-03-09 07:49:09 +0300 |
commit | d83d8a793b49b4bb9778b49e390743670cf5fb70 (patch) | |
tree | d9723278b46a7eb0b5247bb7bc3da44a89054dc7 /Views/Shared | |
parent | 440795e5240fb7785932afd26415d3b9a2c34daa (diff) |
Enlarge navigation logo
Diffstat (limited to 'Views/Shared')
-rw-r--r-- | Views/Shared/_Navigation.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Views/Shared/_Navigation.cshtml b/Views/Shared/_Navigation.cshtml index fa82f81..7c29a6b 100644 --- a/Views/Shared/_Navigation.cshtml +++ b/Views/Shared/_Navigation.cshtml @@ -1,6 +1,6 @@ <nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav"> <div class="container px-4 px-lg-5"> - <a class="navbar-brand" href="#page-top"><img height="40" src="/assets/img/logo.svg"></a> + <a class="navbar-brand" href="#page-top"><img height="50" src="/assets/img/logo.svg"></a> <button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> |