django-helpdeskmig/standalone/custom_navigation_header.html

11 lines
244 B
HTML
Raw Normal View History

<style>
.navbar-brand {
background: url("https://www.libertyaces.com/files/liberty-logo.png") no-repeat;
background-size: auto;
width: 320px;
background-size: contain;
height: 40px;
text-align: right;
}
</style>