docs: logo not required to be served from root of domain

This commit is contained in:
Josh Tynjala
2022-07-05 08:49:08 -07:00
parent 4f83af5848
commit 7e33d52645
3 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
body .navbar .brand:first-of-type {
background: url(./images/logo.png) center left no-repeat;
background-size: 32px 32px;
padding-left: 40px;
margin: 0.5em 0;
}