mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +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>
|