From f5d748a4a432d377296bbcab9b148af1c200315c Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:40:11 -0400 Subject: [PATCH] More navbar styling --- src/layouts/index.html | 2 +- src/layouts/partials/navbar.html | 3 +-- src/static/css/style.css | 10 ++++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index 357ce35..43cc9a8 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -3,7 +3,7 @@
-

Keep what
is yours.

+

Keep what
is yours.

diff --git a/src/layouts/partials/navbar.html b/src/layouts/partials/navbar.html index f5212ed..ca0c3db 100644 --- a/src/layouts/partials/navbar.html +++ b/src/layouts/partials/navbar.html @@ -1,6 +1,6 @@
-
diff --git a/src/static/css/style.css b/src/static/css/style.css index 42bfe5f..131f905 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -25,6 +25,16 @@ div.container-fluid.top-nav{ .navbar{ background-color: #1a1a1a !important; height: 80px; + border-bottom: 2px solid #949494; +} + +.nav-logo{ + width: 78px; + transition: 0.2s ease-in-out; +} + +.nav-logo:hover{ + transform: scale(0.9); } .nav-item{