|
|
|
@ -42,16 +42,9 @@ |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
padding: 20px; |
|
|
|
padding: 20px; |
|
|
|
max-width: 40%; |
|
|
|
max-width: 40%; |
|
|
|
font-size: 0.6em !important; |
|
|
|
font-size: clamp(0.4em, 1vw, 1.2em) !important; |
|
|
|
z-index: 1000; /* Ensure it's on top of other elements */ |
|
|
|
z-index: 1000; /* Ensure it's on top of other elements */ |
|
|
|
} |
|
|
|
} |
|
|
|
.left-content.screen-size-overlay .left-margin, |
|
|
|
|
|
|
|
.left-content.screen-size-overlay h1.club, |
|
|
|
|
|
|
|
.left-content.screen-size-overlay h1.event { |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
|
|
|
white-space: nowrap; /* Prevent text from wrapping */ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
</style> |
|
|
|
</style> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
|
|
@ -59,7 +52,7 @@ |
|
|
|
<header> |
|
|
|
<header> |
|
|
|
<div id="screen-size-overlay"> |
|
|
|
<div id="screen-size-overlay"> |
|
|
|
<div class="left-content bubble-header screen-size-overlay"> |
|
|
|
<div class="left-content bubble-header screen-size-overlay"> |
|
|
|
<img src="{% static 'tournaments/images/PadelClub_logo_512.png' %}" alt="logo" class="logo"> |
|
|
|
<img src="{% static 'tournaments/images/PadelClub_logo_512.png' %}" alt="logo" class="logo" style="height: 80px; min-width: 80px; object-fit: contain;"> |
|
|
|
<div class="left-margin"> |
|
|
|
<div class="left-margin"> |
|
|
|
<h1 class="club">{{ tournament.broadcast_event_display_name }}</h1> |
|
|
|
<h1 class="club">{{ tournament.broadcast_event_display_name }}</h1> |
|
|
|
<h1 class="event">Tableau {{ tournament.broadcast_display_name }}</h1> |
|
|
|
<h1 class="event">Tableau {{ tournament.broadcast_display_name }}</h1> |
|
|
|
|