mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 10:21:05 +01:00
11 lines
244 B
HTML
11 lines
244 B
HTML
|
<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>
|