mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
11 lines
226 B
HTML
11 lines
226 B
HTML
<style>
|
|
.navbar-brand {
|
|
background: url("/static/helpdesk/img/icon512.png") no-repeat;
|
|
background-size: auto;
|
|
width: 130px;
|
|
background-size: contain;
|
|
height: 40px;
|
|
text-align: right;
|
|
}
|
|
</style>
|