Add a snap logo to the navbar

This commit is contained in:
Michael Ball 2020-01-07 00:08:05 -08:00
parent b49bddafb6
commit 5f1f93d221
4 changed files with 38 additions and 29 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View file

@ -34,4 +34,9 @@
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
color: #FFF;
}
.navbar-brand img {
margin-top: -5px;
max-height: 100%;
}
}