Heise News Ticker und Abstand meets auf der Welcome Seite
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user