mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +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>
|