Userverwaltung hinzugefügt
This commit is contained in:
@@ -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;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user