Userverwaltung hinzugefügt

This commit is contained in:
Erik Thiele
2026-06-20 12:09:02 +02:00
parent 2a29025386
commit 39aed78b91
12 changed files with 3252 additions and 2498 deletions

View File

@@ -179,6 +179,17 @@ def generate_welcome_html(customer_names, logo_urls, site="stuttgart", backgroun
object-fit: contain;
filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}}
@media (orientation: portrait) {{
.customer-logos {{
flex-direction: column; gap: 24px;
}}
.customer-logo-item {{
flex: 0 0 200px;
}}
.customer-logo {{
max-height: 120px;
}}
}}
.content {{
text-align: right; z-index: 10;
}}