Heise News Ticker und Abstand meets auf der Welcome Seite

This commit is contained in:
Erik Thiele
2026-05-11 15:45:15 +02:00
parent d131948c13
commit 4733c11832
4 changed files with 137 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ def generate_welcome_html(customer_name, logo_url):
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 20px;
gap: 10px;
z-index: 10;
}}
.cancom-logo {{
@@ -140,6 +140,23 @@ def generate_welcome_html(customer_name, logo_url):
object-fit: contain;
filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}}
.meets {{
font-size: 2.5rem;
font-weight: 400;
color: #000;
margin-top: -8px;
margin-bottom: 10px;
letter-spacing: 1px;
}}
.customer-logo {{
max-width: 300px;
max-height: 180px;
width: auto;
height: auto;
object-fit: contain;
filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
margin-top: 18px;
}}
.customer-logo {{
max-width: 300px;
max-height: 180px;