add logo url

This commit is contained in:
Alex Ackermann
2025-05-30 14:50:42 +02:00
parent e17a1a1469
commit 68e0e13c2f
4 changed files with 26 additions and 2 deletions

View File

@@ -28,6 +28,12 @@ body {
.kc-logo-text {
background-image: url(../img/logo.svg) !important;
width: 400px;
background-size: contain;
width: 400px;
margin: 0 !important;
}
#kc-header-wrapper{
display: flex;
justify-content: center;
}